1. 249fab7 net: add limits to ip_default_ttl by Eric Dumazet · 14 years ago
  2. 323e126 ipv4: Don't pre-seed hoplimit metric. by David S. Miller · 14 years ago
  3. a02e4b7 ipv6: Demark default hoplimit as zero. by David S. Miller · 14 years ago
  4. 5170ae8 net: Abstract RTAX_HOPLIMIT metric accesses behind helper. by David S. Miller · 14 years ago
  5. abbf46a ipv6: Use ip6_dst_hoplimit() instead of direct dst_metric() calls. by David S. Miller · 14 years ago
  6. deef4b5 bridge: Use consistent NF_DROP returns in nf_pre_routing by Herbert Xu · 14 years ago
  7. c053fd9 af_packet: use swap() instead of the open coded macro XC() by Changli Gao · 14 years ago
  8. e596e6e ethtool: Report link-down while interface is down by Ben Hutchings · 14 years ago
  9. a8d764b pktgen: adding prefetchw() call by Junchang Wang · 14 years ago
  10. 376d940 inet6: Remove redundant unlikely() by Tobias Klauser · 14 years ago
  11. 040253c xfrm: Traffic Flow Confidentiality for IPv6 ESP by Martin Willi · 14 years ago
  12. d979e20 xfrm: Traffic Flow Confidentiality for IPv4 ESP by Martin Willi · 14 years ago
  13. 35d2856 xfrm: Add Traffic Flow Confidentiality padding XFRM attribute by Martin Willi · 14 years ago
  14. c072240 net/ipv6/udp.c: fix typo in flush_stack() by Jiri Pirko · 14 years ago
  15. 457de43 ipv6: Fix 'release_it' logic in tcp_v6_get_peer() by David S. Miller · 14 years ago
  16. 4c0833b bridge: Fix return values of br_multicast_add_group/br_multicast_new_group by Tobias Klauser · 14 years ago
  17. eaa7dcd Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6 by David S. Miller · 14 years ago
  18. 1e13f86 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  19. b7ec19a dccp: remove unused macros by Shan Wei · 14 years ago
  20. 4bc65dd filter: use size of fetched data in __load_pointer() by Eric Dumazet · 14 years ago
  21. 68835ab net: optimize INET input path further by Eric Dumazet · 14 years ago
  22. defb351 net: Abstract away all dst_entry metrics accesses. by David S. Miller · 14 years ago
  23. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  24. f198725 tcp: protect sysctl_tcp_cookie_size reads by Eric Dumazet · 14 years ago
  25. ad9f4f5 tcp: avoid a possible divide by zero by Eric Dumazet · 14 years ago
  26. 6763151 tcp: Replace time wait bucket msg by counter by Tom Herbert · 14 years ago
  27. 171995e x25: decrement netdev reference counts on unload by Apollon Oikonomopoulos · 14 years ago
  28. e8d34a88 l2tp: Fix modalias of l2tp_ip by Michal Marek · 14 years ago
  29. 0c62fc6 econet: Do the correct cleanup after an unprivileged SIOCSIFADDR. by Nelson Elhage · 14 years ago
  30. 920b8d9 af_packet: fix freeing pg_vec twice on error path by Changli Gao · 14 years ago
  31. f6dafa9 af_packet: eliminate pgv_to_page on some arches by Changli Gao · 14 years ago
  32. 15c2d75f net: call dev_queue_xmit_nit() after skb_dst_drop() by Eric Dumazet · 14 years ago
  33. 62ab081 filter: constify sk_run_filter() by Eric Dumazet · 14 years ago
  34. 941666c net: RCU conversion of dev_getbyhwaddr() and arp_ioctl() by Eric Dumazet · 14 years ago
  35. a2d4b65 Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6 by David S. Miller · 14 years ago
  36. 35d9b0c llc: fix a device refcount imbalance by Eric Dumazet · 14 years ago
  37. 01b0c5c net/9p/protocol.c: Remove duplicated macros. by Thiago Farina · 14 years ago
  38. aa94210 net: init ingress queue by Changli Gao · 14 years ago
  39. b1afde6 tcp: Bug fix in initialization of receive window. by Nandita Dukkipati · 14 years ago
  40. 4f58605 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  41. 0491026 dccp qpolicy: Parameter checking of cmsg qpolicy parameters by Tomasz Grobelny · 14 years ago
  42. 871a2c1 dccp: Policy-based packet dequeueing infrastructure by Tomasz Grobelny · 14 years ago
  43. 8917a3c Fix a typo in datagram.c and sctp/socket.c. by David Shwatrz · 14 years ago
  44. 2d5311e filter: add a security check at install time by Eric Dumazet · 14 years ago
  45. ae9c416 net: arp: use assignment by Changli Gao · 14 years ago
  46. c56b4d9 af_packet: remove pgv.flags by Changli Gao · 14 years ago
  47. 0af55bb af_packet: use vmalloc_to_page() instead for the addresss returned by vmalloc() by Changli Gao · 14 years ago
  48. f7fce74 net: kill an RCU warning in inet_fill_link_af() by Eric Dumazet · 14 years ago
  49. da2033c filter: add SKF_AD_RXHASH and SKF_AD_CPU by Eric Dumazet · 14 years ago
  50. 7903264 net: Fix too optimistic NETIF_F_HW_CSUM features by Michał Mirosław · 14 years ago
  51. f435d9e 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 · 14 years ago
  52. 46bcf14 filter: fix sk_filter rcu handling by Eric Dumazet · 14 years ago
  53. ca44ac3 net: don't reallocate skb->head unless the current one hasn't the needed extra size or is shared by Changli Gao · 14 years ago
  54. b924dcf tipc: Delete tipc_ownidentity() by Allan Stephens · 14 years ago
  55. 12bae47 tipc: Eliminate obsolete native API forwarding routines by Allan Stephens · 14 years ago
  56. 471450f tipc: Eliminate an unused symbolic constant in link code by Allan Stephens · 14 years ago
  57. 52fe7b7 tipc: Eliminate useless initialization when creating subscriber by Allan Stephens · 14 years ago
  58. 38f232e tipc: Remove unused domain argument from multicast send routine by Allan Stephens · 14 years ago
  59. a5c2af9 tipc: Remove support for TIPC mode change callback by Allan Stephens · 14 years ago
  60. 528c771 tipc: Delete useless function prototypes by Allan Stephens · 14 years ago
  61. 28cc937 tipc: Eliminate useless return value when disabling a bearer by Allan Stephens · 14 years ago
  62. 8d71919 tipc: Delete unused configuration service structure definition by Allan Stephens · 14 years ago
  63. c802628 tipc: Remove obsolete inclusions of header files by Allan Stephens · 14 years ago
  64. d265fef tipc: Remove obsolete native API files and exports by Allan Stephens · 14 years ago
  65. b672083 ipv6: use ND_REACHABLE_TIME and ND_RETRANS_TIMER instead of magic number by Shan Wei · 14 years ago
  66. 97b1ce25 tcp: use TCP_BASE_MSS to set basic mss value by Shan Wei · 14 years ago
  67. 09f921f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  68. db3949c tcp: Implement ipv6 ->get_peer() and ->tw_get_peer(). by David S. Miller · 14 years ago
  69. 493f377 tcp: Add timewait recycling bits to ipv6 connect code. by David S. Miller · 14 years ago
  70. 1937721 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by John W. Linville · 14 years ago
  71. ae4694b ipv6: Create inet6_csk_route_req(). by David S. Miller · 14 years ago
  72. ccb7c41 timewait_sock: Create and use getpeer op. by David S. Miller · 14 years ago
  73. 8790ca1 inetpeer: Kill use of inet_peer_address_t typedef. by David S. Miller · 14 years ago
  74. 70f23020 Bluetooth: clean up hci code by Andrei Emeltchenko · 14 years ago
  75. 894718a Bluetooth: clean up l2cap code by Andrei Emeltchenko · 14 years ago
  76. 285b4e9 Bluetooth: clean up rfcomm code by Andrei Emeltchenko · 14 years ago
  77. 735cbc4 Bluetooth: clean up sco code by Andrei Emeltchenko · 14 years ago
  78. b78d7b4f Bluetooth: Fix error handling for l2cap_init() by Anderson Lizardo · 14 years ago
  79. eeb3665 Bluetooth: Get rid of __rfcomm_get_sock_by_channel() by Gustavo F. Padovan · 14 years ago
  80. e0f0cb5 Bluetooth: Get rid of __l2cap_get_sock_by_psm() by Gustavo F. Padovan · 14 years ago
  81. cc11b9c Bluetooth: do not use assignment in if condition by Andrei Emeltchenko · 14 years ago
  82. 940a9ee Bluetooth: timer check sk is not owned before freeing by Andrei Emeltchenko · 14 years ago
  83. a49184c Bluetooth: Check sk is not owned before freeing l2cap_conn by Andrei Emeltchenko · 14 years ago
  84. d31dbf6 Bluetooth: hidp: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  85. 3185fbd Bluetooth: cmtp: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  86. 5520d20 Bluetooth: bnep: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  87. 127178d Bluetooth: Automate remote name requests by Johan Hedberg · 14 years ago
  88. 392599b Bluetooth: Create a unified authentication request function by Johan Hedberg · 14 years ago
  89. ccd556f Bluetooth: Simplify remote features callback function logic by Johan Hedberg · 14 years ago
  90. 17f490b Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 into test by Gustavo F. Padovan · 14 years ago
  91. 6dcdd1b net/ipv6/sit.c: return unhandled skb to tunnel4_rcv by David McCullough · 14 years ago
  92. 8afe7c8 ipip: add module alias for tunl0 tunnel device by stephen hemminger · 14 years ago
  93. 4da6a73 gre: add module alias for gre0 tunnel device by stephen hemminger · 14 years ago
  94. 407d6fc gre: minor cleanups by stephen hemminger · 14 years ago
  95. f2cd2d3 net sched: use xps information for qdisc NUMA affinity by Eric Dumazet · 14 years ago
  96. 381601e Make the ip6_tunnel reflect the true mtu. by Anders Franzen · 14 years ago
  97. 3f419d2 inet: Turn ->remember_stamp into ->get_peer in connection AF ops. by David S. Miller · 14 years ago
  98. b341936 ipv6: Add infrastructure to bind inet_peer objects to routes. by David S. Miller · 14 years ago
  99. 021e929 inetpeer: Add v6 peers tree, abstract root properly. by David S. Miller · 14 years ago
  100. 0266304 inetpeer: Abstract address comparisons. by David S. Miller · 14 years ago