1. 389f2a1 econet: remove compiler warnings by Eric Dumazet · 13 years ago
  2. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  3. 4e085e7 econet: Fix crash in aun_incoming(). by David S. Miller · 14 years ago
  4. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  5. 0c62fc6 econet: Do the correct cleanup after an unprivileged SIOCSIFADDR. by Nelson Elhage · 14 years ago
  6. a27e13d econet: fix CVE-2010-3848 by Phil Blundell · 14 years ago
  7. 16c4174 econet: fix CVE-2010-3850 by Phil Blundell · 14 years ago
  8. fa0e846 econet: disallow NULL remote addr for sendmsg(), fixes CVE-2010-3849 by Phil Blundell · 14 years ago
  9. cc0bdac Net: econet: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  10. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  11. 762c291 econet: kill unnecessary spin_lock_init() by Akinobu Mita · 14 years ago
  12. 0c78a92 econet: fix locking by Eric Dumazet · 14 years ago
  13. 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
  14. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  15. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  16. 9e83429 econet: Fix redeclaration of symbol len by Hagen Paul Pfeifer · 15 years ago
  17. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  18. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  19. 80922bb econet: Fix econet_getname() leak by Eric Dumazet · 15 years ago
  20. 482d804 econet: use NET_RX_SUCCESS instead of magic number 0 for econet_rcv successful return by Mark Smith · 15 years ago
  21. c564039 net: sk_wmem_alloc has initial value of one, not zero by Eric Dumazet · 15 years ago
  22. de10334 econet: Use SKB queue and list helpers instead of doing it by-hand. by David S. Miller · 15 years ago
  23. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 15 years ago
  24. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  25. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  26. 0efffaf econet: Use sock_orphan() instead of open-coded (and buggy) variant. by David S. Miller · 16 years ago
  27. f5184d2 net: Allow netdevices to specify needed head/tailroom by Johannes Berg · 16 years ago
  28. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  29. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 16 years ago
  30. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  31. 0c4e858 [NET]: Wrap netdevice hardware header creation. by Stephen Hemminger · 17 years ago
  32. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  33. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  34. e730c15 [NET]: Make packet reception network namespace safe by Eric W. Biederman · 17 years ago
  35. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  36. 9c29a37 [ECONET]: remove econet_packet_type on unload by Alexey Dobriyan · 17 years ago
  37. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  38. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  39. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  40. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  41. ae40eb1 [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution by Eric Dumazet · 17 years ago
  42. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 17 years ago
  43. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  44. c9b6aab [NET] ECONET: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  45. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  46. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  47. 1d18183 [ECONET]: Convert away from SOCKOPS_WRAPPED by David S. Miller · 18 years ago
  48. f6c90b7 [NET]: Fix ipx/econet/appletalk/irda ioctl crashes by Petr Vandrovec · 18 years ago
  49. ca40330 [ECONET]: Use macro for spinlock_t definition. by YOSHIFUJI Hideaki · 18 years ago
  50. b5e5fa5 [NET]: Add a dev_ioctl() fallback to sock_ioctl() by Christoph Hellwig · 18 years ago
  51. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 18 years ago
  52. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 18 years ago
  53. e5ed639 [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl by Herbert Xu · 19 years ago
  54. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  55. f2ccd8f [NET]: Kill skb->real_dev by David S. Miller · 19 years ago
  56. 8728b83 [NET]: Kill skb->list by David S. Miller · 19 years ago
  57. 6a2e9b7 [NET]: move config options out to individual protocols by Sam Ravnborg · 19 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago