1. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  2. 4381548 net: sock_def_readable() and friends RCU conversion by Eric Dumazet · 14 years ago
  3. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  4. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  5. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  6. 62c97ac atm: Use kasprintf by Eric Dumazet · 14 years ago
  7. 67de792 net: atm: use seq_list_foo() helpers by Li Zefan · 14 years ago
  8. b50c2ea net/atm: Cleanup dprint/ddprintk #defines and uses by Joe Perches · 14 years ago
  9. b4c84ec net/atm/lec.c: Add __lec_arp_check_expire and other cleanups by Joe Perches · 14 years ago
  10. b7d9371 net/atm/svc.c: checkpatch cleanups by Joe Perches · 14 years ago
  11. 0ec96e6 net/atm/signaling.c: checkpatch cleanups by Joe Perches · 14 years ago
  12. 07b54c9 net/atm/resources.c: checkpatch cleanups by Joe Perches · 14 years ago
  13. fa61f0c net/atm/raw.c: checkpatch cleanups by Joe Perches · 14 years ago
  14. 6b6dd49 net/atm/pvc.c: checkpatch cleanups by Joe Perches · 14 years ago
  15. 07367ad net/atm/proc.c: checkpatch cleanups by Joe Perches · 14 years ago
  16. d81219d net/atm/pppoatm.c: checkpatch cleanups by Joe Perches · 14 years ago
  17. f1e1004 net/atm/mpoa_proc.c: checkpatch cleanups by Joe Perches · 14 years ago
  18. bee67d3 net/atm/mpoa_caches.c: checkpatch cleanups by Joe Perches · 14 years ago
  19. 5710044 net/atm/mpc.c: checkpatch cleanups by Joe Perches · 14 years ago
  20. c48192a net/atm/lec.c: checkpatch cleanups by Joe Perches · 14 years ago
  21. 5ff7ef7 net/atm/ioctl.c: checkpatch cleanups by Joe Perches · 14 years ago
  22. a8147d7 net/atm/common.c: checkpatch cleanups by Joe Perches · 14 years ago
  23. e956ea1 net/atm/clip.c: checkpatch cleanups by Joe Perches · 14 years ago
  24. 641d729 net/atm/br2684.c: checkpatch cleanups by Joe Perches · 14 years ago
  25. f0a6cb1 net/atm/atm_sysfs.c: checkpatch cleanups by Joe Perches · 14 years ago
  26. 3356b4d net/atm/atm_misc.c: checkpatch cleanups by Joe Perches · 14 years ago
  27. c39f01d net/atm/addr.c: Convert include <asm to include <linux by Joe Perches · 14 years ago
  28. 9982446 net/atm: Convert printk to pr_<level> by Joe Perches · 14 years ago
  29. 2e302eb atm: [br2684] allow routed mode operation again by chas williams - CONTRACTOR · 15 years ago
  30. eb04458 atm: [lec] initialize .netdev_ops before calling register_netdev() by chas williams - CONTRACTOR · 15 years ago
  31. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  32. 805003a4 net/atm: move all compat_ioctl handling to atm/ioctl.c by Arnd Bergmann · 15 years ago
  33. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  34. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  35. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  36. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  37. 137742c atm/br2684: netif_stop_queue() when atm device busy and netif_wake_queue() when we can send packets again. by Karl Hiramoto · 15 years ago
  38. 89d69d2 net: make neigh_ops constant by Stephen Hemminger · 15 years ago
  39. 3c805a2 convert ATM drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  40. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago
  41. e5a8a89 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  42. a57de0b net: adding memory barrier to the poll and receive callbacks by Jiri Olsa · 15 years ago
  43. ec634fe net: convert remaining non-symbolic return values in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  44. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  45. 81e2a3d atm: sk_wmem_alloc initial value is one by Eric Dumazet · 15 years ago
  46. 81fbbf6 net: fix network drivers ndo_start_xmit() return values (part 7) by Patrick McHardy · 15 years ago
  47. da67829 bridge: Simplify interface for ATM LANE by Michał Mirosław · 15 years ago
  48. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  49. a489e51 atm: unset IFF_XMIT_DST_RELEASE in clip_setup() by Eric Dumazet · 15 years ago
  50. b6211ae atm: Use SKB queue and list helpers instead of doing it by-hand. by David S. Miller · 15 years ago
  51. 902e5ea Subject: [PATCH] br2684: restore net_dev initialization by Rabin Vincent · 15 years ago
  52. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  53. dde0975 atm: convert clip driver to net_device_ops by Stephen Hemminger · 15 years ago
  54. 788dee0 atm: convert mpc device to using netdev_ops by Stephen Hemminger · 15 years ago
  55. 1f1900f atm: lec use dev_change_mtu by Stephen Hemminger · 15 years ago
  56. 004b322 lec: convert to net_device_ops by Stephen Hemminger · 15 years ago
  57. 162619e lec: convert to internal network_device_stats by Stephen Hemminger · 15 years ago
  58. 1a6afe8 clip: convert to internal network_device_stats by Stephen Hemminger · 15 years ago
  59. 0ba25ff br2684: convert to net_device_ops by Stephen Hemminger · 15 years ago
  60. 410e9d8 atm: br2684 internal stats by Stephen Hemminger · 15 years ago
  61. b74ca3a netdevice: Kill netdev->priv by Wang Chen · 16 years ago
  62. 730c30e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  63. 17b24b3 ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc table by Chas Williams · 16 years ago
  64. 8865c41 atm: 32-bit ioctl compatibility by David Woodhouse · 16 years ago
  65. 524ad0a netdevice: safe convert to netdev_priv() #part-4 by Wang Chen · 16 years ago
  66. fb28ad3 net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  67. 21454aa net: replace NIPQUAD() in net/*/ by Harvey Harrison · 16 years ago
  68. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  69. 5e68722 net/atm/lec.c: drop code after return by Julia Lawall · 16 years ago
  70. 6067804 net: Use hton[sl]() instead of __constant_hton[sl]() where applicable by Arnaldo Carvalho de Melo · 16 years ago
  71. cba5cbd atm: fix const assignment/discard warnings in the ATM networking driver by David Howells · 16 years ago
  72. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  73. 61c33e0 atm: use const where reasonable by Mitchell Blank Jr · 16 years ago
  74. 7e903c2 atm: [br2864] fix routed vcmux support by Eric Kinzie · 16 years ago
  75. 2714166 atm: [br2684] Fix oops due to skb->dev being NULL by Jorge Boncompte [DTI2] · 16 years ago
  76. 5f6b1ea Revert "atm: Do not free already unregistered net device." by David S. Miller · 16 years ago
  77. 1e0ba00 atm: Bad locking on br2684_devs modifications. by Pavel Emelyanov · 16 years ago
  78. 65e4113 atm: Do not free already unregistered net device. by Pavel Emelyanov · 16 years ago
  79. 0c89652 atm: assign PDE->data before gluing PDE into /proc tree by Denis V. Lunev · 16 years ago
  80. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  81. 2e1e984 [ATM]: Use SEQ_START_TOKEN by Joe Perches · 16 years ago
  82. 21f644f [NET]: Undo code bloat in hot paths due to print_mac(). by David S. Miller · 16 years ago
  83. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  84. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  85. 06802a8 Merge branch 'master' of ../net-2.6/ by David S. Miller · 16 years ago
  86. dbee0d3 [ATM]: When proc_create() fails, do some error handling work and return -ENOMEM. by Wang Chen · 16 years ago
  87. 9a8c09e [ATM]: Use seq_open/release_privade instead of manual manipulations. by Pavel Emelyanov · 16 years ago
  88. 5811769 [IPV4]: Remove check for ifa->ifa_dev != NULL. by Denis V. Lunev · 16 years ago
  89. 16e297b [ATM]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  90. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 16 years ago
  91. 5c17d5f [ATM]: Suppress some sparse warnings by Eric Dumazet · 16 years ago
  92. ae22120 [ATM]: Simplify /proc/net/atm/arp opening by Denis V. Lunev · 16 years ago
  93. e5d69b9 [ATM]: Oops reading net/atm/arp by Denis V. Lunev · 16 years ago
  94. 6b175b2 [NETNS]: Add netns parameter to inet_(dev_)add_type. by Eric W. Biederman · 16 years ago
  95. fb64c73 [ATM]: [br2864] whitespace cleanup by Chas Williams · 17 years ago
  96. 097b19a [ATM]: [br2864] routed support by Eric Kinzie · 17 years ago
  97. ef39592 [ATM]: Convert struct class_device to struct device by Kay Sievers · 17 years ago
  98. 6fe5452 [ATM]: atm is no longer experimental by Robert P. J. Day · 17 years ago
  99. 426b530 [NETNS]: Modify the neighbour table code so it handles multiple network namespaces by Eric W. Biederman · 16 years ago
  100. 8d8ad9d [NET]: Name magic constants in sock_wake_async() by Pavel Emelyanov · 17 years ago