1. 51f82a2 net/ipv4/arp.c: Use common hex_asc helpers by Denis Cheng · 16 years ago
  2. f5184d2 net: Allow netdevices to specify needed head/tailroom by Johannes Berg · 16 years ago
  3. a7d632b [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses. by YOSHIFUJI Hideaki · 16 years ago
  4. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  5. ffc31d3 [NETNS]: /proc/net/arp namespacing. by Denis V. Lunev · 16 years ago
  6. 49e8a27 [NETNS]: Process ARP in the context of the correct namespace. by Denis V. Lunev · 16 years ago
  7. ee6b967 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts by Eric Dumazet · 16 years ago
  8. 988b705 [ARP]: Introduce the arp_hdr_len helper. by Pavel Emelyanov · 16 years ago
  9. 9ff5660 Revert "[NDISC]: Fix race in generic address resolution" by David S. Miller · 16 years ago
  10. 69cc64d [NDISC]: Fix race in generic address resolution by David S. Miller · 16 years ago
  11. abfdf1c [NETFILTER]: ebtables: remove casts, use consts by Jan Engelhardt · 16 years ago
  12. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 16 years ago
  13. 39a6d06 [NETNS]: Process inet_confirm_addr in the correct namespace. by Denis V. Lunev · 16 years ago
  14. 9bd85e3 [IPV4]: Remove extra argument from arp_ignore. by Denis V. Lunev · 16 years ago
  15. 2db82b5 [NETNS]: Make arp code network namespace consistent. by Denis V. Lunev · 16 years ago
  16. a79878f [ARP]: Move inet_addr_type call after simple error checks in arp_contructor. by Denis V. Lunev · 16 years ago
  17. 6b175b2 [NETNS]: Add netns parameter to inet_(dev_)add_type. by Eric W. Biederman · 16 years ago
  18. cb7928a [IPV4]: Remove unsupported DNAT (RTCF_NAT and RTCF_NAT) in IPV4 by Rami Rosen · 16 years ago
  19. 426b530 [NETNS]: Modify the neighbour table code so it handles multiple network namespaces by Eric W. Biederman · 16 years ago
  20. f97c1e0 [IPV4] net/ipv4: Use ipv4_is_<type> by Joe Perches · 17 years ago
  21. 586f121 [IPV4]: Switch users of ipv4_devconf(_all) to use the pernet one by Pavel Emelyanov · 17 years ago
  22. 32e569b [IPV4]: Pass the net pointer to the arp_req_set_proxy() by Pavel Emelyanov · 17 years ago
  23. f8b33fd [ARP]: Consolidate some code in arp_req_set/delete_publc by Pavel Emelyanov · 17 years ago
  24. 46479b4 [ARP]: Minus one level of ndentation in arp_req_delete by Pavel Emelyanov · 17 years ago
  25. 43dc170 [ARP]: Minus one level of indentation in arp_req_set by Pavel Emelyanov · 17 years ago
  26. a9e527e IPoIB: improve IPv4/IPv6 to IB mcast mapping functions by Rolf Manderscheid · 17 years ago
  27. e0260fe [IPV4] ARP: Remove not used code by Mark Ryden · 17 years ago
  28. 3660019 [IPV4]: Remove bogus ifdef mess in arp_process by Adrian Bunk · 17 years ago
  29. b4a9811 [ARP]: Fix arp reply when sender ip 0 by Jonas Danielsson · 17 years ago
  30. cf7732e [NET]: Make core networking code use seq_open_private by Pavel Emelyanov · 17 years ago
  31. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  32. 0c4e858 [NET]: Wrap netdevice hardware header creation. by Stephen Hemminger · 17 years ago
  33. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  34. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  35. e730c15 [NET]: Make packet reception network namespace safe by Eric W. Biederman · 17 years ago
  36. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  37. 1b1ac75 [IPV4]: Cleanup call to __neigh_lookup() by Jean Delvare · 17 years ago
  38. 42f811b [IPV4]: Convert IPv4 devconf to an array by Herbert Xu · 17 years ago
  39. d0a92be [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph by Arnaldo Carvalho de Melo · 17 years ago
  40. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  41. f690808 [NET]: make seq_operations const by Stephen Hemminger · 17 years ago
  42. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  43. 132adf5 [IPV4]: cleanup by Stephen Hemminger · 17 years ago
  44. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  45. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  46. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  47. 714e85b [IPV6]: Assorted trivial endianness annotations. by Al Viro · 18 years ago
  48. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  49. ed9bad0 [IPV4] net/ipv4/arp.c: trivial annotations by Al Viro · 18 years ago
  50. fd68322 [IPV4]: inet_addr_type() annotations by Al Viro · 18 years ago
  51. a61ced5 [IPV4]: inet_select_addr() annotations by Al Viro · 18 years ago
  52. 9e12bb2 [IPV4]: ip_route_input() annotations by Al Viro · 18 years ago
  53. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  54. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  55. 6c97e72 [IPV4]: Possible cleanups. by Adrian Bunk · 18 years ago
  56. abd596a [IPV4] ARP: Alloc acceptance of unsolicited ARP via netdevice sysctl. by Neil Horman · 18 years ago
  57. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 18 years ago
  58. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  59. e5ed639 [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl by Herbert Xu · 19 years ago
  60. 444fc8f [IPV4]: Fix "Proxy ARP seems broken" by Herbert Xu · 19 years ago
  61. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  62. f2ccd8f [NET]: Kill skb->real_dev by David S. Miller · 19 years ago
  63. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago