Commit Graph

4795 Commits (f0530ee5fb9e73465ac844ada2c96a2bea85a18f)

Author SHA1 Message Date
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
Joe Perches e3192690a3 net: Remove casts to same type 13 years ago
Eric Dumazet 5d0ba55b64 net: use consume_skb() in place of kfree_skb() 13 years ago
Eric Dumazet 4aea39c11c tcp: tcp_make_synack() consumes dst parameter 13 years ago
Eric Dumazet 90ba9b1986 tcp: tcp_make_synack() can use alloc_skb() 13 years ago
Eric Dumazet fff3269907 tcp: reflect SYN queue_mapping into SYNACK packets 13 years ago
Eric Dumazet 7433819a1e tcp: do not create inetpeer on SYNACK message 13 years ago
Glauber Costa 3f13461939 memcg: decrement static keys at real destroy time 13 years ago
Benjamin Poirier 91657eafb6 xfrm: take net hdr len into account for esp payload size calculation 13 years ago
Eric Dumazet 1ca7ee3063 tcp: take care of overlaps in tcp_try_coalesce() 13 years ago
Yanmin Zhang e49cc0da72 ipv4: fix the rcu race between free_fib_info and ip_route_output_slow 13 years ago
Tim Bird 31fe62b958 mm: add a low limit to alloc_large_system_hash 13 years ago
Eldad Zack 413c27d869 net/ipv4: replace simple_strtoul with kstrtoul 13 years ago