1. 7ac5459 [PKTGEN]: Respect hard_header_len of device. by David S. Miller · 18 years ago
  2. 3860288 [NET]: Use is_zero_ether_addr() in net/core/netpoll.c by Kris Katterjohn · 18 years ago
  3. f404e9a [PKTGEN]: Replacing with (compare|is_zero)_ether_addr() and ETH_ALEN by Kris Katterjohn · 18 years ago
  4. e35bedf [NET]: Fix whitespace issues in net/core/filter.c by Kris Katterjohn · 19 years ago
  5. 7b11f69 [NET]: Clean up comments for sk_chk_filter() by Kris Katterjohn · 19 years ago
  6. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 19 years ago
  7. c3f343e [NET]: Fix diverter build. by Evgeniy Polyakov · 19 years ago
  8. 8b3a700 [NET]: Remove more unneeded typecasts on *malloc() by Kris Katterjohn · 19 years ago
  9. 9819d85 Fix net/core/wireless.c link failure by Linus Torvalds · 19 years ago
  10. d3f4a68 [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr() by Kris Katterjohn · 19 years ago
  11. 6dd214b [PATCH] fix /sys/class/net/<if>/wireless without dev->get_wireless_stats by Andrey Borzenkov · 19 years ago
  12. 09a6266 [NET]: Change some "if (x) BUG();" to "BUG_ON(x);" by Kris Katterjohn · 19 years ago
  13. a2167dc [NET]: Endian-annotate in_aton() by Alexey Dobriyan · 19 years ago
  14. 69549dd [PKTGEN]: Adds missing __init. by Luiz Capitulino · 19 years ago
  15. 4bad4dc [NET]: Change sk_run_filter()'s return type in net/core/filter.c by Kris Katterjohn · 19 years ago
  16. db9edfd Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 19 years ago
  17. d779188 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 19 years ago
  18. fd586ba [PATCH] net: swich device attribute creation to default attrs by Kay Sievers · 19 years ago
  19. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  20. 9369986 [NET]: More instruction checks fornet/core/filter.c by Kris Katterjohn · 19 years ago
  21. b5e5fa5 [NET]: Add a dev_ioctl() fallback to sock_ioctl() by Christoph Hellwig · 19 years ago
  22. 4947d3e [NET]: Speed up __alloc_skb() by Benjamin LaHaise · 19 years ago
  23. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  24. f34fbb97 [PKTGEN]: Deinitialise static variables. by Jaco Kroon · 19 years ago
  25. 6d6ee43 [TWSK]: Introduce struct timewait_sock_ops by Arnaldo Carvalho de Melo · 19 years ago
  26. c1cbe4b [NET]: Avoid atomic xchg() for non-error case by Benjamin LaHaise · 19 years ago
  27. 3305b80 [IP]: Simplify and consolidate MSG_PEEK error handling by Herbert Xu · 19 years ago
  28. df71837 [LSM-IPSec]: Security association restriction. by Trent Jaeger · 19 years ago
  29. ac67c62 Merge branch 'master' by Jeff Garzik · 19 years ago
  30. 1b93ae64 [NET]: Validate socket filters against BPF_MAXINSNS in one spot. by David S. Miller · 19 years ago
  31. b1086ee Merge branch 'master' by Jeff Garzik · 19 years ago
  32. 246a421 [NET]: Fix NULL pointer deref in checksum debugging. by Stephen Hemminger · 19 years ago
  33. dab9630 [NET]: make function pointer argument parseable by kernel-doc by Martin Waitz · 19 years ago
  34. 2226340 Merge branch 'master' by Jeff Garzik · 19 years ago
  35. fb0d366 [NET]: Reject socket filter if division by constant zero is attempted. by Kris Katterjohn · 19 years ago
  36. c2373ee [PATCH] net: make dev_valid_name public by Mitch Williams · 19 years ago
  37. 1e2e565 [PATCH] net: allow newline terminated IP addresses in in_aton by Mitch Williams · 19 years ago
  38. fb286bb [NET]: Detect hardware rx checksum faults correctly by Herbert Xu · 19 years ago
  39. 9ac4a16 [RTNETLINK]: Use generic netlink receive queue processor by Thomas Graf · 19 years ago
  40. a8f74b2 [NETLINK]: Make netlink_callback->done() optional by Thomas Graf · 19 years ago
  41. 9fb9cbb [NETFILTER]: Add nf_conntrack subsystem. by Yasuyuki Kozakai · 19 years ago
  42. a51482b [NET]: kfree cleanup by Jesper Juhl · 19 years ago
  43. 6151b31 [NET]: Fix race condition in sk_stream_wait_connect by Herbert Xu · 19 years ago
  44. c75d721 [NET]: Fix zero-size datagram reception by Herbert Xu · 19 years ago
  45. e89e9cf [IPv4/IPv6]: UFO Scatter-gather approach by Ananda Raju · 19 years ago
  46. 236fa08 Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.15 by Linus Torvalds · 19 years ago
  47. 7d877f3 [PATCH] gfp_t: net/* by Al Viro · 19 years ago
  48. 35848e0 [PATCH] kill massive wireless-related log spam by Jeff Garzik · 19 years ago
  49. c83c248 [SK_BUFF] kernel-doc: fix skbuff warnings by Randy Dunlap · 19 years ago
  50. d50a6b56 [PKTGEN]: proc interface revision by Stephen Hemminger · 19 years ago
  51. b4099fa [PKTGEN]: Spelling and white space by Stephen Hemminger · 19 years ago
  52. 2845b63 [PKTGEN]: Use kzalloc by Stephen Hemminger · 19 years ago
  53. b7c8921 [PKTGEN]: Sleeping function called under lock by Stephen Hemminger · 19 years ago
  54. 670c02c [NET]: Wider use of for_each_*cpu() by John Hawkes · 19 years ago
  55. 49636bb [NEIGH] Fix timer leak in neigh_changeaddr by Herbert Xu · 19 years ago
  56. 6fb9974 [NEIGH] Fix add_timer race in neigh_add_timer by Herbert Xu · 19 years ago
  57. 2037550 [NEIGH] Print stack trace in neigh_add_timer by Herbert Xu · 19 years ago
  58. c98d80e [SK_BUFF]: ipvs_property field must be copied by Julian Anastasov · 19 years ago
  59. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  60. 3e56a40 [IPV4]: Get rid of bogus __in_put_dev in pktgen by Herbert Xu · 19 years ago
  61. e5ed639 [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl by Herbert Xu · 19 years ago
  62. 325ed82 [NET]: Fix packet timestamping. by Herbert Xu · 19 years ago
  63. eb693d2 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  64. 6660022 [PATCH] proc_mkdir() should be used to create procfs directories by Al Viro · 19 years ago
  65. a79af59 [NET]: Fix module reference counts for loadable protocol modules by Frank Filz · 19 years ago
  66. 2d7ceec [NET]: Prefetch dev->qdisc_lock in dev_queue_xmit() by Eric Dumazet · 19 years ago
  67. bc8dfcb [NET]: Use non-recursive algorithm in skb_copy_datagram_iovec() by Daniel Phillips · 19 years ago
  68. 667347f [NEIGH]: Add debugging check when adding timers. by David S. Miller · 19 years ago
  69. 56e9b26 Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/llc-2.6 by David S. Miller · 19 years ago
  70. 45fc3b1 [NET]: Protect neigh_stat_seq_fops by CONFIG_PROC_FS by Amos Waterland · 19 years ago
  71. cf309e3 [LLC]: Fix for Bugzilla ticket #5156 by Jochen Friedrich · 19 years ago
  72. 121caf5 [NET]: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
  73. a9f6a0d [PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversions by Ingo Molnar · 19 years ago
  74. 8d06afa [PATCH] timer initialization cleanup: DEFINE_TIMER by Ingo Molnar · 19 years ago
  75. 55faed1 Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 19 years ago
  76. 0a3f435 [NET]: proto_unregister: fix sleeping while atomic by Patrick McHardy · 19 years ago
  77. 6582c16 [PATCH] WE-19 for kernel 2.6.13 by Jean Tourrilhes · 19 years ago
  78. 9261c9b [NET]: Make sure l_linger is unsigned to avoid negative timeouts by Eric Dumazet · 19 years ago
  79. 5bcaa15 Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 19 years ago
  80. 1198ad0 [NET]: 2.6.13 breaks libpcap (and tcpdump) by Herbert Xu · 19 years ago
  81. 6baf1f4 [NET]: Do not protect sysctl_optmem_max with CONFIG_SYSCTL by David S. Miller · 19 years ago
  82. 0bf0519d [PATCH] (7/7) __user annotations (ethtool) by viro@ftp.linux.org.uk · 19 years ago
  83. ba89966 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers by Eric Dumazet · 19 years ago
  84. a6f9a70 [NET]: Add support for getting the permanent hardware address. by Jon Wetzel · 19 years ago
  85. d179cd1 [NET]: Implement SKB fast cloning. by David S. Miller · 19 years ago
  86. 2038073 [NET]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  87. 0662860 [NETLINK]: Add "groups" argument to netlink_kernel_create by Patrick McHardy · 19 years ago
  88. ac6d439 [NETLINK]: Convert netlink users to use group numbers instead of bitmasks by Patrick McHardy · 19 years ago
  89. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  90. f6ebe77 [NETFILTER]: split net/core/netfilter.c into net/netfilter/*.c by Harald Welte · 19 years ago
  91. 295f732 [ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer by Arnaldo Carvalho de Melo · 19 years ago
  92. 87d11ce [SOCK]: Introduce sk_clone by Arnaldo Carvalho de Melo · 19 years ago
  93. 8feaf0c0 [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets by Arnaldo Carvalho de Melo · 19 years ago
  94. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  95. 608c8e4 [NETFILTER]: Extend netfilter logging API by Harald Welte · 19 years ago
  96. e684897 [NET]: Cleanup INET_REFCNT_DEBUG code by Arnaldo Carvalho de Melo · 19 years ago
  97. 0ab43f8 [NETFILTER]: Core changes required by upcoming nfnetlink_queue code by Harald Welte · 19 years ago
  98. 2cc7d57 [NETFILTER]: Move reroute-after-queue code up to the nf_queue layer. by Harald Welte · 19 years ago
  99. 4fdb3bb [NETLINK]: Add properly module refcounting for kernel netlink sockets. by Harald Welte · 19 years ago
  100. 020b4c1 [NETFILTER]: Move ipv4 specific code from net/core/netfilter.c to net/ipv4/netfilter.c by Harald Welte · 19 years ago