Commit Graph

112 Commits (3ec5652ab70f6e9a888d9e5f67c858af354323b3)

Author SHA1 Message Date
David S. Miller ba57b4db26 ipv4: Make ip_call_ra_chain() return bool. 13 years ago
Eric Dumazet dfd56b8b38 net: use IS_ENABLED(CONFIG_IPV6) 13 years ago
Eric Dumazet d826eb14ec ipv4: PKTINFO doesnt need dst reference 13 years ago
Eric Dumazet 66b13d99d9 ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAIT 14 years ago
Eric Dumazet bc416d9768 macvlan: handle fragmented multicast frames 14 years ago
David S. Miller 595fc71baa ipv4: Add ip_defrag() agent IP_DEFRAG_AF_PACKET. 14 years ago
David S. Miller d18cd551d1 net: Fix build failures due to ip_is_fragment() 14 years ago
Paul Gortmaker 56f8a75c17 ip: introduce ip_is_fragment helper inline function 14 years ago
Eric Dumazet 4b9d9be839 inetpeer: remove unused list 14 years ago
David S. Miller 0a5ebb8000 ipv4: Pass explicit daddr arg to ip_send_reply(). 14 years ago
David S. Miller f5fca60865 ipv4: Pass flow key down into ip_append_*(). 14 years ago
David S. Miller 77968b7824 ipv4: Pass flow keys down into datagram packet building engine. 14 years ago
David S. Miller d9d8da805d inet: Pass flowi to ->queue_xmit(). 14 years ago
David S. Miller bdc712b4c2 inet: Decrease overhead of on-stack inet_cork. 14 years ago
Eric Dumazet f6d8bd051c inet: add RCU protection to inet->opt 14 years ago
Timo Teräs 93ca3bb5df net: gre: provide multicast mappings for ipv4 and ipv6 14 years ago
Herbert Xu 1c32c5ad6f inet: Add ip_make_skb and ip_finish_skb 14 years ago
David S. Miller 323e126f0c ipv4: Don't pre-seed hoplimit metric. 14 years ago
Eric Dumazet 43a951e999 ipv4: add __rcu annotations to ip_ra_chain 15 years ago
Eric Dumazet a02cec2155 net: return operator cleanup 15 years ago
Oliver Hartkopp 2244d07bfa net: simplify flags for tx timestamping 15 years ago
Eric Dumazet 4ce3c183fc snmp: 64bit ipstats_mib for all arches 15 years ago
Eric Dumazet 1823e4c80e snmp: add align parameter to snmp_mib_init() 15 years ago
Eric Dumazet 592fcb9dfa ip: ip_ra_control() rcu fix 15 years ago
Eric Dumazet 66018506e1 ip: Router Alert RCU conversion 15 years ago
Alexey Dobriyan 4be929be34 kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN 15 years ago
Amerigo Wang e3826f1e94 net: reserve ports for applications using fixed port numbers 15 years ago
Eric Dumazet f84af32cbc net: ip_queue_rcv_skb() helper 15 years ago
Shan Wei 4e15ed4d93 net: replace ipfragok with skb->local_df 15 years ago
Tejun Heo 7d720c3e4f percpu: add __percpu sparse annotations to net 15 years ago
Patrick McHardy 5d0aa2ccd4 netfilter: nf_conntrack: add support for "conntrack zones" 15 years ago
Octavian Purdila cd65c3c7d1 net: fix build erros with CONFIG_BUG=n, CONFIG_GENERIC_BUG=n 15 years ago
Octavian Purdila 7ad6848c7e ip: fix mc_loop checks for tunnels with multicast outer addresses 15 years ago
Patrick McHardy 8fa9ff6849 netfilter: fix crashes in bridge netfilter caused by fragment jumps 15 years ago
Eric Dumazet fd2c3ef761 net: cleanup include/net 15 years ago
Eric Dumazet c720c7e838 inet: rename some inet_sock fields 16 years ago
David S. Miller b7058842c9 net: Make setsockopt() optlen be unsigned. 16 years ago
Alexey Dobriyan 8d65af789f sysctl: remove "struct file *" argument of ->proc_handler 16 years ago
Neil Horman edf391ff17 snmp: add missing counters for RFC 4293 16 years ago
Patrick Ohly 51f31cabe3 ip: support for TX timestamps on UDP and RAW sockets 16 years ago
Alexey Dobriyan b27aeadb59 netns xfrm: per-netns sysctls 16 years ago
Eric Dumazet 2e77d89b2f net: avoid a pair of dst_hold()/dst_release() in ip_append_data() 16 years ago
Alexey Dobriyan f221e726bf sysctl: simplify ->strategy 17 years ago
Eric Dumazet 3c689b7320 inet: cleanup of local_port_range 17 years ago
KOVACS Krisztian 86b08d867d ipv4: Make Netfilter's ip_route_me_harder() non-local address compatible 17 years ago
KOVACS Krisztian 88ef4a5a78 tcp: Handle TCP SYN+ACK/ACK/RST transparency 17 years ago
Al Viro bd7b1533cd [PATCH] sysctl: make sure that /proc/sys/net/ipv4 appears before per-ns ones 17 years ago
Pavel Emelyanov 61a7e26028 mib: put net statistics on struct net 17 years ago
Pavel Emelyanov a20f5799ca mib: put ip statistics on struct net 17 years ago
Pavel Emelyanov ed88098e25 mib: add net to NET_ADD_STATS_USER 17 years ago