Commit Graph

2712 Commits (c1e5fcc980b7b2185b29e4f9f0d8266806ada9eb)

Author SHA1 Message Date
Pavel Emelyanov 84a3aa000e ipv4: prepare net initialization for IP accounting 17 years ago
Will Newton 70efce27fc net/ipv4/tcp.c: Fix use of PULLHUP instead of POLLHUP in comments. 17 years ago
Rumen G. Bogdanovski 9d3a0de7dc ipvs: More reliable synchronization on connection close 17 years ago
Sven Wegener 375c6bbabf ipvs: Use schedule_timeout_interruptible() instead of msleep_interruptible() 17 years ago
Sven Wegener ba6fd85021 ipvs: Put backup thread on mcast socket wait queue 17 years ago
Sven Wegener 998e7a7680 ipvs: Use kthread_run() instead of doing a double-fork via kernel_thread() 17 years ago
Sven Wegener e6dd731c75 ipvs: Use ERR_PTR for returning errors from make_receive_sock() and make_send_sock() 17 years ago
Sven Wegener d56400504a ipvs: Initialize mcast addr at compile time 17 years ago
Pavel Emelyanov f66ac03d49 mib: add struct net to ICMPMSGIN_INC_STATS_BH 17 years ago
Pavel Emelyanov 903fc1964e mib: add struct net to ICMPMSGOUT_INC_STATS 17 years ago
Pavel Emelyanov dcfc23cac1 mib: add struct net to ICMP_INC_STATS_BH 17 years ago
Pavel Emelyanov 75c939bb4d mib: add struct net to ICMP_INC_STATS 17 years ago
Pavel Emelyanov fd54d716b1 inet: toss struct net initialization around 17 years ago
Pavel Emelyanov 0388b00426 icmp: add struct net argument to icmp_out_count 17 years ago
Wang Chen 7dc00c82cb ipv4: Fix ipmr unregister device oops 17 years ago
Wang Chen d607032db0 ipv4: Check return of dev_set_allmulti 17 years ago
Ben Hutchings 2e655571c6 ipv4: fib_trie: Fix lookup error return 17 years ago
Milton Miller 3d8ea1fd70 tcp: correct kcalloc usage 17 years ago
David Howells 252815b0cf netfilter: nf_nat_snmp_basic: fix a range check in NAT for SNMP 17 years ago
Denis V. Lunev 81c684d12d ipv4: remove flush_mutex from ipv4_sysctl_rtcache_flush 17 years ago
Russ Dill b11c16beb9 netfilter: Get rid of refrences to no longer existant Fast NAT. 17 years ago
Pavel Emelyanov 0283328e23 MIB: add struct net to UDP_INC_STATS_BH 17 years ago
Pavel Emelyanov 629ca23c33 MIB: add struct net to UDP_INC_STATS_USER 17 years ago
Denis V. Lunev 32cb5b4e03 netns: selective flush of rt_cache 17 years ago
Denis V. Lunev e84f84f276 netns: place rt_genid into struct net 17 years ago
Denis V. Lunev b00180defd ipv4: pass current value of rt_genid into rt_hash 17 years ago
Denis V. Lunev 86c657f6b5 netns: add struct net parameter to rt_cache_invalidate 17 years ago
Denis V. Lunev 9f5e97e536 netns: make rt_secret_rebuild timer per namespace 17 years ago
Denis V. Lunev 39a23e7508 netns: register net.ipv4.route.flush in each namespace 17 years ago
Denis V. Lunev 639e104fac ipv4: remove static flush_delay variable 17 years ago
Denis V. Lunev ae299fc051 net: add fib_rules_ops to flush_cache method 17 years ago
Denis V. Lunev 76e6ebfb40 netns: add namespace parameter to rt_cache_flush 17 years ago
Octavian Purdila 374e7b5949 tcp: fix a size_t < 0 comparison in tcp_read_sock 17 years ago
Andrew Morton 81b23b4a7a tcp: net/ipv4/tcp.c needs linux/scatterlist.h 17 years ago
Wang Chen 03d2f897e9 ipv4: Do cleanup for ip_mr_init 17 years ago
Pavel Emelyanov 40b215e594 tcp: de-bloat a bit with factoring NET_INC_STATS_BH out 17 years ago
Stephen Hemminger 6dbf4bcac9 icmp: fix units for ratelimit 17 years ago
Eli Cohen 251a4b320f net/inet_lro: remove setting skb->ip_summed when not LRO-able 17 years ago
Pavel Emelyanov 9a375803fe inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuild 17 years ago
Stephen Hemminger 7be87351a1 tcp: /proc/net/tcp rto,ato values not scaled properly (v2) 17 years ago
Miquel van Smoorenburg 57413ebc4e tcp: calculate tcp_mem based on low memory instead of all memory 17 years ago
Ben Hutchings 4497b0763c net: Discard and warn about LRO'd skbs received for forwarding 17 years ago
Ben Hutchings 0187bdfb05 net: Disable LRO on devices that are forwarding 17 years ago
Eric Dumazet cb61cb9b8b udp: sk_drops handling 17 years ago
Steffen Klassert fe833fca2e xfrm: fix fragmentation for ipv4 xfrm tunnel 17 years ago
Patrick McHardy 68b80f1138 netfilter: nf_nat: fix RCU races 17 years ago
Pavel Emelyanov 9f26b3add3 inet: add struct net argument to inet_ehashfn 17 years ago
Pavel Emelyanov 2086a65078 inet: add struct net argument to inet_lhashfn 17 years ago
Pavel Emelyanov 7f635ab71e inet: add struct net argument to inet_bhashfn 17 years ago
Pavel Emelyanov 19c7578fb2 udp: add struct net argument to udp_hashfn 17 years ago