Commit Graph

89 Commits (f72f2f4cdeb67bc262d80a6d474292f00182a4dc)

Author SHA1 Message Date
Eric Dumazet a02cec2155 net: return operator cleanup 15 years ago
David S. Miller 21dc330157 net: Rename skb_has_frags to skb_has_frag_list 15 years ago
Eric Dumazet 4bc2f18ba4 net/ipv4: EXPORT_SYMBOL cleanups 15 years ago
Changli Gao d6bebca92c fragment: add fast path for in-order fragments 15 years ago
Eric Dumazet a95d8c88be ipfrag : frag_kfree_skb() cleanup 15 years ago
Eric Dumazet d27f9b3582 ip_frag: Remove some atomic ops 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Patrick McHardy d1c9ae6d1e ipv4: ip_fragment: fix unbalanced rcu_read_unlock() 15 years ago
Shan Wei e9017b5518 IP: Send an ICMP "Fragment Reassembly Timeout" message when enabling connection track 15 years ago
Alexey Dobriyan 2c8c1e7297 net: spread __net_init, __net_exit 15 years ago
David Ford bbf31bf18d ipv4: additional update of dev_net(dev) to struct *net in ip_fragment.c, NULL ptr OOPS 15 years ago
Octavian Purdila 09ad9bc752 net: use net_eq to compare nets 15 years ago
Eric W. Biederman f8572d8f2a sysctl net: Remove unused binary sysctl code 15 years ago
Eric Dumazet 69df9d5993 ip_frag: dont touch device refcount 15 years ago
David S. Miller d7fcf1a5ca ipv4: Use frag list abstraction interfaces. 16 years ago
Eric Dumazet adf30907d6 net: skb->dst accessors 16 years ago
Jorge Boncompte [DTI2] 2bad35b7c9 netns: oops in ip[6]_frag_reasm incrementing stats 16 years ago
Alexey Dobriyan 6d9f239a1e net: '&' redux 16 years ago
Jianjun Kong fd3f8c4cb6 net: clean up net/ipv4/ip_fragment.c tcp_timer.c ip_input.c 16 years ago
Harvey Harrison 673d57e723 net: replace NIPQUAD() in net/ipv4/ net/ipv6/ 17 years ago
Alan Cox 113aa838ec net: Rationalise email address: Network Specific Parts 17 years ago
Ilpo Järvinen 547b792cac net: convert BUG_TRAP to generic WARN_ON 17 years ago
Pavel Emelyanov c5346fe396 mib: add net to IP_ADD_STATS_BH 17 years ago
Pavel Emelyanov 7c73a6faff mib: add net to IP_INC_STATS_BH 17 years ago
Pavel Emelyanov 84a3aa000e ipv4: prepare net initialization for IP accounting 17 years ago
Pavel Emelyanov 9a375803fe inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuild 17 years ago
Adrian Bunk 0b04082995 net: remove CVS keywords 17 years ago
Pavel Emelyanov 7d291ebb83 inet: Register fragmentation some ctls at read-only root. 17 years ago
Pavel Emelyanov 0a64b4b811 inet: Rename fragmentation sysctl-related functions/variables. 17 years ago
YOSHIFUJI Hideaki a7d632b6b4 [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses. 17 years ago
Joe Perches bc578a54f0 [NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_* 17 years ago
YOSHIFUJI Hideaki c346dca108 [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. 17 years ago
Denis V. Lunev cb84663e4d [NETNS]: Process IP layer in the context of the correct namespace. 17 years ago
Phil Oester 12b101555f [IPV4]: Fix null dereference in ip_defrag 17 years ago
Pavel Emelyanov 81566e8322 [NETNS][FRAGS]: Make the pernet subsystem for fragments. 17 years ago
Pavel Emelyanov 3140c25c82 [NETNS][FRAGS]: Make the LRU list per namespace. 17 years ago
Pavel Emelyanov 3b4bc4a2bf [NETNS][FRAGS]: Isolate the secret interval from namespaces. 17 years ago
Pavel Emelyanov e31e0bdc7e [NETNS][FRAGS]: Make thresholds work in namespaces. 17 years ago
Pavel Emelyanov b2fd5321dd [NETNS][FRAGS]: Make the net.ipv4.ipfrag_timeout work in namespaces. 17 years ago
Pavel Emelyanov e4a2d5c2bc [NETNS][FRAGS]: Duplicate sysctl tables for new namespaces. 17 years ago
Pavel Emelyanov 6ddc082223 [NETNS][FRAGS]: Make the mem counter per-namespace. 17 years ago
Pavel Emelyanov e5a2bb842c [NETNS][FRAGS]: Make the nqueues counter per-namespace. 17 years ago
Pavel Emelyanov ac18e7509e [NETNS][FRAGS]: Make the inet_frag_queue lookup work in namespaces. 17 years ago
Pavel Emelyanov 8d8354d2fb [NETNS][FRAGS]: Move ctl tables around. 17 years ago
David Howells 45542479fb [NET]: Fix uninitialised variable in ip_frag_reasm() 18 years ago
Pavel Emelyanov c95477090a [INET]: Consolidate frag queues freeing 18 years ago
Pavel Emelyanov 48d6005638 [INET]: Remove no longer needed ->equal callback 18 years ago
Pavel Emelyanov abd6523d15 [INET]: Consolidate xxx_find() in fragment management 18 years ago
Pavel Emelyanov c6fda28229 [INET]: Consolidate xxx_frag_create() 18 years ago
Pavel Emelyanov e521db9d79 [INET]: Consolidate xxx_frag_alloc() 18 years ago