Commit Graph

4807 Commits (35ebf65e851c6d9731abc6362b189858eb59f4d3)

Author SHA1 Message Date
David S. Miller 35ebf65e85 ipv4: Create and use fib_compute_spec_dst() helper. 13 years ago
David S. Miller 70e7341673 ipv4: Show that ip_send_reply() is purely unicast routine. 13 years ago
David S. Miller 160eb5a6b1 ipv4: Kill early demux method return value. 13 years ago
David S. Miller c10237e077 Revert "ipv4: tcp: dont cache unconfirmed intput dst" 13 years ago
Eric Dumazet 22911fc581 net: skb_free_datagram_locked() doesnt drop all packets 13 years ago
Thomas Graf 92a395e52f ipmr: Do not use RTA_PUT() macros 13 years ago
Thomas Graf 6e277ed59a inet_diag: Do not use RTA_PUT() macros 13 years ago
Eric Dumazet c074da2810 ipv4: tcp: dont cache unconfirmed intput dst 13 years ago
David S. Miller c2bd4baf41 netfilter: ipt_ULOG: Move away from NLMSG_PUT(). 13 years ago
David S. Miller d106352d9f inet_diag: Move away from NLMSG_PUT(). 13 years ago
David S. Miller 251da41301 ipv4: Cache ip_error() routes even when not forwarding. 13 years ago
David S. Miller df67e6c9a6 ipv4: Remove unnecessary code from rt_check_expire(). 13 years ago
Vijay Subramanian 7011d0851b tcp: Fix bug in tcp socket early demux 13 years ago
Eric Dumazet 7586eceb0a ipv4: tcp: dont cache output dst for syncookies 13 years ago
Alexander Duyck 6648bd7e0e ipv4: Add sysctl knob to control early socket demux 13 years ago
Pablo Neira Ayuso d584a61a93 netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_NF_CT_NETLINK=y 13 years ago
David S. Miller fd62e09b94 tcp: Validate route interface in early demux. 13 years ago
Eric Dumazet da55737467 inetpeer: inetpeer_invalidate_tree() cleanup 13 years ago
David S. Miller 41063e9dd1 ipv4: Early TCP socket demux. 13 years ago
David S. Miller f9242b6b28 inet: Sanitize inet{,6} protocol demux. 13 years ago
David S. Miller 6fac262526 ipv4: Cap ADVMSS metric in the FIB rather than the routing cache. 13 years ago
Pablo Neira Ayuso 12f7a50533 netfilter: add user-space connection tracking helper infrastructure 13 years ago
Pablo Neira Ayuso 8c88f87cb2 netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled 13 years ago
Pablo Neira Ayuso 1afc56794e netfilter: nf_ct_helper: implement variable length helper private data 13 years ago
David S. Miller 3639339553 ipv4: Handle PMTU in all ICMP error handlers. 13 years ago
Michel Machado 95603e2293 net-next: add dev_loopback_xmit() to avoid duplicate code 13 years ago
Thomas Graf d0daebc3d6 ipv4: Add interface option to enable routing of 127.0.0.0/8 13 years ago
David S. Miller 7b34ca2ac7 inet: Avoid potential NULL peer dereference. 13 years ago
David S. Miller 8b96d22d7a inet: Use FIB table peer roots in routes. 13 years ago
David S. Miller 8e77327783 inet: Add inetpeer tree roots to the FIB tables. 13 years ago
David S. Miller b48c80ece9 inet: Add family scope inetpeer flushes. 13 years ago
David S. Miller 46517008e1 ipv4: Kill ip_rt_frag_needed(). 13 years ago
David S. Miller 97bab73f98 inet: Hide route peer accesses behind helpers. 13 years ago
David S. Miller c0efc887dc inet: Pass inetpeer root into inet_getpeer*() interfaces. 13 years ago
David S. Miller 56a6b248eb inet: Consolidate inetpeer_invalidate_tree() interfaces. 13 years ago
David S. Miller c3426b4719 inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.c 13 years ago
David S. Miller 2397849baa [PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary. 13 years ago
David S. Miller 4670fd819e tcp: Get rid of inetpeer special cases. 13 years ago
David S. Miller fbfe95a42e inet: Create and use rt{,6}_get_peer_create(). 13 years ago
Gao feng 54db0cc2ba inetpeer: add parameter net for inet_getpeer_v4,v6 13 years ago
Gao feng c8a627ed06 inetpeer: add namespace support for inetpeer 13 years ago
Vincent Bernat 2d8dbb04c6 snmp: fix OutOctets counter to include forwarded datagrams 13 years ago
Alban Crequy 89a48e35f5 netfilter: ipv4, defrag: switch hook PFs to nfproto 13 years ago
Gao feng 8264deb818 netfilter: nf_conntrack: add namespace support for cttimeout 13 years ago
Pablo Neira Ayuso e76d0af5e4 netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]proto 13 years ago
Gao feng 3ea04dd3a7 netfilter: nf_ct_ipv4: add namespace support 13 years ago
Gao feng 4b626b9c5d netfilter: nf_ct_icmp: add namespace support 13 years ago
Gao feng 524a53e5ad netfilter: nf_conntrack: prepare namespace support for l3 protocol trackers 13 years ago
Gao feng 2c352f444c netfilter: nf_conntrack: prepare namespace support for l4 protocol trackers 13 years ago
Eric Dumazet 55432d2b54 inetpeer: fix a race in inetpeer_gc_worker() 13 years ago