1. 4bc65dd filter: use size of fetched data in __load_pointer() by Eric Dumazet · 15 years ago
  2. 68835ab net: optimize INET input path further by Eric Dumazet · 15 years ago
  3. defb351 net: Abstract away all dst_entry metrics accesses. by David S. Miller · 15 years ago
  4. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  5. f198725 tcp: protect sysctl_tcp_cookie_size reads by Eric Dumazet · 15 years ago
  6. ad9f4f5 tcp: avoid a possible divide by zero by Eric Dumazet · 15 years ago
  7. 6763151 tcp: Replace time wait bucket msg by counter by Tom Herbert · 15 years ago
  8. 171995e x25: decrement netdev reference counts on unload by Apollon Oikonomopoulos · 15 years ago
  9. e8d34a88 l2tp: Fix modalias of l2tp_ip by Michal Marek · 15 years ago
  10. 0c62fc6 econet: Do the correct cleanup after an unprivileged SIOCSIFADDR. by Nelson Elhage · 15 years ago
  11. 920b8d9 af_packet: fix freeing pg_vec twice on error path by Changli Gao · 15 years ago
  12. f6dafa9 af_packet: eliminate pgv_to_page on some arches by Changli Gao · 15 years ago
  13. 15c2d75f net: call dev_queue_xmit_nit() after skb_dst_drop() by Eric Dumazet · 15 years ago
  14. 62ab081 filter: constify sk_run_filter() by Eric Dumazet · 15 years ago
  15. 941666c net: RCU conversion of dev_getbyhwaddr() and arp_ioctl() by Eric Dumazet · 15 years ago
  16. a2d4b65 Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6 by David S. Miller · 15 years ago
  17. 35d9b0c llc: fix a device refcount imbalance by Eric Dumazet · 15 years ago
  18. 01b0c5c net/9p/protocol.c: Remove duplicated macros. by Thiago Farina · 15 years ago
  19. aa94210 net: init ingress queue by Changli Gao · 15 years ago
  20. b1afde6 tcp: Bug fix in initialization of receive window. by Nandita Dukkipati · 15 years ago
  21. 4f58605 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  22. 0491026 dccp qpolicy: Parameter checking of cmsg qpolicy parameters by Tomasz Grobelny · 15 years ago
  23. 871a2c1 dccp: Policy-based packet dequeueing infrastructure by Tomasz Grobelny · 15 years ago
  24. 8917a3c Fix a typo in datagram.c and sctp/socket.c. by David Shwatrz · 15 years ago
  25. 2d5311e filter: add a security check at install time by Eric Dumazet · 15 years ago
  26. ae9c416 net: arp: use assignment by Changli Gao · 15 years ago
  27. c56b4d9 af_packet: remove pgv.flags by Changli Gao · 15 years ago
  28. 0af55bb af_packet: use vmalloc_to_page() instead for the addresss returned by vmalloc() by Changli Gao · 15 years ago
  29. f7fce74 net: kill an RCU warning in inet_fill_link_af() by Eric Dumazet · 15 years ago
  30. da2033c filter: add SKF_AD_RXHASH and SKF_AD_CPU by Eric Dumazet · 15 years ago
  31. 7903264 net: Fix too optimistic NETIF_F_HW_CSUM features by Michał Mirosław · 15 years ago
  32. 46bcf14 filter: fix sk_filter rcu handling by Eric Dumazet · 15 years ago
  33. ca44ac3 net: don't reallocate skb->head unless the current one hasn't the needed extra size or is shared by Changli Gao · 15 years ago
  34. b924dcf tipc: Delete tipc_ownidentity() by Allan Stephens · 15 years ago
  35. 12bae47 tipc: Eliminate obsolete native API forwarding routines by Allan Stephens · 15 years ago
  36. 471450f tipc: Eliminate an unused symbolic constant in link code by Allan Stephens · 15 years ago
  37. 52fe7b7 tipc: Eliminate useless initialization when creating subscriber by Allan Stephens · 15 years ago
  38. 38f232e tipc: Remove unused domain argument from multicast send routine by Allan Stephens · 15 years ago
  39. a5c2af9 tipc: Remove support for TIPC mode change callback by Allan Stephens · 15 years ago
  40. 528c771 tipc: Delete useless function prototypes by Allan Stephens · 15 years ago
  41. 28cc937 tipc: Eliminate useless return value when disabling a bearer by Allan Stephens · 15 years ago
  42. 8d71919 tipc: Delete unused configuration service structure definition by Allan Stephens · 15 years ago
  43. c802628 tipc: Remove obsolete inclusions of header files by Allan Stephens · 15 years ago
  44. d265fef tipc: Remove obsolete native API files and exports by Allan Stephens · 15 years ago
  45. b672083 ipv6: use ND_REACHABLE_TIME and ND_RETRANS_TIMER instead of magic number by Shan Wei · 15 years ago
  46. 97b1ce2 tcp: use TCP_BASE_MSS to set basic mss value by Shan Wei · 15 years ago
  47. db3949c tcp: Implement ipv6 ->get_peer() and ->tw_get_peer(). by David S. Miller · 15 years ago
  48. 493f377 tcp: Add timewait recycling bits to ipv6 connect code. by David S. Miller · 15 years ago
  49. 1937721 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by John W. Linville · 15 years ago
  50. ae4694b ipv6: Create inet6_csk_route_req(). by David S. Miller · 15 years ago
  51. ccb7c41 timewait_sock: Create and use getpeer op. by David S. Miller · 15 years ago
  52. 8790ca1 inetpeer: Kill use of inet_peer_address_t typedef. by David S. Miller · 15 years ago
  53. 6dcdd1b net/ipv6/sit.c: return unhandled skb to tunnel4_rcv by David McCullough · 15 years ago
  54. 8afe7c8 ipip: add module alias for tunl0 tunnel device by stephen hemminger · 15 years ago
  55. 4da6a73 gre: add module alias for gre0 tunnel device by stephen hemminger · 15 years ago
  56. 407d6fc gre: minor cleanups by stephen hemminger · 15 years ago
  57. f2cd2d3 net sched: use xps information for qdisc NUMA affinity by Eric Dumazet · 15 years ago
  58. 381601e Make the ip6_tunnel reflect the true mtu. by Anders Franzen · 15 years ago
  59. 3f419d2 inet: Turn ->remember_stamp into ->get_peer in connection AF ops. by David S. Miller · 15 years ago
  60. b341936 ipv6: Add infrastructure to bind inet_peer objects to routes. by David S. Miller · 15 years ago
  61. 021e929 inetpeer: Add v6 peers tree, abstract root properly. by David S. Miller · 15 years ago
  62. 0266304 inetpeer: Abstract address comparisons. by David S. Miller · 15 years ago
  63. b534ecf inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer. by David S. Miller · 15 years ago
  64. 582a72d inetpeer: Introduce inet_peer_address_t. by David S. Miller · 15 years ago
  65. 98158f5 inetpeer: Abstract out the tree root accesses. by David S. Miller · 15 years ago
  66. 8e26d5a mac80211: Fix STA disconnect due to MIC failure by Senthil Balasubramanian · 15 years ago
  67. 2c31333 mac80211: ignore non-bcast mcast deauth/disassoc franes by Christian Lamparter · 15 years ago
  68. 7dff312 mac80211: Fix frame injection using non-AP vif by Jouni Malinen · 15 years ago
  69. 7714862 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  70. 25888e3 af_unix: limit recursion level by Eric Dumazet · 15 years ago
  71. a417786 xps: add __rcu annotations by Eric Dumazet · 15 years ago
  72. b02038a xps: NUMA allocations for per cpu data by Eric Dumazet · 15 years ago
  73. bf26414 xps: Add CONFIG_XPS by Tom Herbert · 15 years ago
  74. b4ff3c9 inet: Fix __inet_inherit_port() to correctly increment bsockets and num_owners by Nagendra Tomar · 15 years ago
  75. 3c6f27b DECnet: don't leak uninitialized stack byte by Dan Rosenberg · 15 years ago
  76. 0ac7887 dccp: fix error in updating the GAR by Gerrit Renker · 15 years ago
  77. 82a39eb ipv6: Prepare the tree for un-inlined jhash. by Jozsef Kadlecsik · 15 years ago
  78. 3f0a069 X25 remove bkl in call user data length ioctl by andrew hendry · 15 years ago
  79. 74a7e44 X25 remove bkl from causediag ioctls by andrew hendry · 15 years ago
  80. 5b7958d X25 remove bkl from calluserdata ioctls by andrew hendry · 15 years ago
  81. f90de66 X25 remove bkl in facility ioctls by andrew hendry · 15 years ago
  82. 5595a1a X25 remove bkl in subscription ioctls by andrew hendry · 15 years ago
  83. 19eb5cc 8021q: vlan device is lockless do not transfer real_num_{tx|rx}_queues by John Fastabend · 15 years ago
  84. 5a0d226 net: add netif_tx_queue_frozen_or_stopped by Eric Dumazet · 15 years ago
  85. d3c15ca ipv6: kill two unused macro definition by Shan Wei · 15 years ago
  86. a40c9f8 net: add some KERN_CONT markers to continuation lines by Uwe Kleine-König · 15 years ago
  87. 0147fc0 tcp: restrict net.ipv4.tcp_adv_win_scale (#20312) by Alexey Dobriyan · 15 years ago
  88. 8475ef9 netns: Don't leak others' openreq-s in proc by Pavel Emelyanov · 15 years ago
  89. cf7afbf rtnl: make link af-specific updates atomic by Thomas Graf · 15 years ago
  90. 4cb6a61 Net: ceph: Makefile: Remove unnessary code by Tracey Dent · 15 years ago
  91. 51cce8a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 15 years ago
  92. 99ba2a1 mac80211: implement packet loss notification by Johannes Berg · 15 years ago
  93. c063dbf cfg80211: allow using CQM event to notify packet loss by Johannes Berg · 15 years ago
  94. 48124d1 mac80211: avoid aggregation for VO traffic by Luis R. Rodriguez · 15 years ago
  95. 72a8a3e mac80211: reduce the number of retries for nullfunc probing by Felix Fietkau · 15 years ago
  96. 4e5ff37 mac80211: use nullfunc instead of probe request for connection monitoring by Felix Fietkau · 15 years ago
  97. dd5b4cc cfg80211/mac80211: improve ad-hoc multicast rate handling by Felix Fietkau · 15 years ago
  98. 4609097 mac80211: probe the AP when resuming by Felix Fietkau · 15 years ago
  99. 7ccc8bd mac80211: calculate beacon loss time accurately by Felix Fietkau · 15 years ago
  100. c8a7972 mac80211: restart beacon miss timer on system resume from suspend by Felix Fietkau · 15 years ago