1. fdb838c dsa/mv88e6060: support nonzero mii base address by Peter Korsgaard · 15 years ago
  2. bf745e8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6 by David S. Miller · 15 years ago
  3. a7ac8fc ipv4: Fix scope value used in route src-address caching. by David S. Miller · 15 years ago
  4. 1fc050a ipv4: Cache source address in nexthop entries. by David S. Miller · 15 years ago
  5. 4ea09c9 vlan: add support to ndo_fcoe_ddp_target() by Yi Zou · 15 years ago
  6. 6118e35 af_unix: remove unused struct sockaddr_un cruft by Hagen Paul Pfeifer · 15 years ago
  7. efea2c6 sctp: several declared/set but unused fixes by Hagen Paul Pfeifer · 15 years ago
  8. e143038 af_packet: struct socket declared/assigned but unused by Hagen Paul Pfeifer · 15 years ago
  9. 4b66fef mcast: net_device dev not used by Hagen Paul Pfeifer · 15 years ago
  10. e3f48d3 net: allow handlers to be processed for orig_dev by Jiri Pirko · 15 years ago
  11. 3be0686 ipv4: Inline fib_semantic_match into check_leaf by David S. Miller · 15 years ago
  12. 4c8237c ipv4: Validate route entry type at insert instead of every lookup. by David S. Miller · 15 years ago
  13. b8cec4a Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge by David S. Miller · 15 years ago
  14. e44d8fe batman-adv: Disallow regular interface as mesh device by Sven Eckelmann · 15 years ago
  15. 7cefb14 batman-adv: Remove unused hdr_size variable in route_unicast_packet() by Linus Lüssing · 15 years ago
  16. e6c10f4 batman-adv: rename batman_if struct to hard_iface by Marek Lindner · 15 years ago
  17. 4389e47 batman-adv: rename global if_list to hardif_list by Marek Lindner · 15 years ago
  18. d007260 batman-adv: remove orig_hash spinlock by Marek Lindner · 15 years ago
  19. 1605d0d batman-adv: increase refcount in create_neighbor to be consistent by Marek Lindner · 15 years ago
  20. 7b36e8e batman-adv: Correct rcu refcounting for orig_node by Marek Lindner · 15 years ago
  21. 7aadf88 batman-adv: remove extra layer between hash and hash element - hash bucket by Marek Lindner · 15 years ago
  22. 39901e7 batman-adv: separate ethernet comparing calls from hash functions by Marek Lindner · 15 years ago
  23. 9e0b33c batman-adv: Fix possible buffer overflow in softif neigh list output by Linus Lüssing · 15 years ago
  24. 43c70ad batman-adv: Increase orig_node refcount before releasing rcu read lock by Linus Lüssing · 15 years ago
  25. 5d02b3c batman-adv: Make bat_priv->curr_gw an rcu protected pointer by Linus Lüssing · 15 years ago
  26. f3e0008 batman-adv: make broadcast seqno operations atomic by Marek Lindner · 15 years ago
  27. 0ede9f4 batman-adv: protect bit operations to count OGMs with spinlock by Marek Lindner · 15 years ago
  28. ed75ccb batman-adv: Correct rcu refcounting for batman_if by Marek Lindner · 15 years ago
  29. 7d2b554 batman-adv: Correct rcu refcounting for softif_neigh by Marek Lindner · 15 years ago
  30. 25b6d3c batman-adv: Correct rcu refcounting for gw_node by Marek Lindner · 15 years ago
  31. 44524fc batman-adv: Correct rcu refcounting for neigh_node by Marek Lindner · 15 years ago
  32. a4c135c batman-adv: protect bonding with rcu locks by Simon Wunderlich · 15 years ago
  33. 2ae2daf batman-adv: protect ogm counter arrays with spinlock by Marek Lindner · 15 years ago
  34. 16b1aba batman-adv: protect originator nodes with reference counters by Marek Lindner · 15 years ago
  35. fb778ea batman-adv: protect each hash row with rcu locks by Marek Lindner · 15 years ago
  36. a775eb8 batman-adv: protect neigh_nodes used outside of rcu_locks with refcounting by Marek Lindner · 15 years ago
  37. 1a241a5 batman-adv: free neighbors when an interface is deactivated by Marek Lindner · 15 years ago
  38. f987ed6 batman-adv: protect neighbor list with rcu locks by Marek Lindner · 15 years ago
  39. 9591a79 batman-adv: convert neighbor list to hlist by Marek Lindner · 15 years ago
  40. a8e7f4b batman-adv: protect neighbor nodes with reference counters by Marek Lindner · 15 years ago
  41. 5e2b61f ipv4: Remove flowi from struct rtable. by David S. Miller · 15 years ago
  42. 1018b5c ipv4: Set rt->rt_iif more sanely on output routes. by David S. Miller · 15 years ago
  43. 3c0afdc ipv4: Get peer more cheaply in rt_init_metrics(). by David S. Miller · 15 years ago
  44. 44713b6 ipv4: Optimize flow initialization in output route lookup. by David S. Miller · 15 years ago
  45. 65e8354 inetpeer: seqlock optimization by Eric Dumazet · 15 years ago
  46. d72751e Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  47. 85a7045 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
  48. 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  49. b65a0e0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  50. 4438a02 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  51. 1362fa0 DNS: Fix a NULL pointer deref when trying to read an error key [CVE-2011-1076] by David Howells · 15 years ago
  52. 01a16b2 netlink: kill eff_cap from struct netlink_skb_parms by Patrick McHardy · 15 years ago
  53. 29546a6 ipv6: Use ERR_CAST in addrconf_dst_alloc. by David S. Miller · 15 years ago
  54. e066008 ipv4: Fix __ip_dev_find() to use ifa_local instead of ifa_address. by David S. Miller · 15 years ago
  55. d276055 net_sched: reduce fifo qdisc size by Eric Dumazet · 15 years ago
  56. c53fa1e netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms by Patrick McHardy · 15 years ago
  57. 06dc94b ipv4: Fix crash in dst_release when udp_sendmsg route lookup fails. by David S. Miller · 15 years ago
  58. 1000345 AF_RXRPC: Handle receiving ACKALL packets by David Howells · 15 years ago
  59. dc6ed1d dcbnl: add support for retrieving peer configuration - cee by Shmulik Ravid · 15 years ago
  60. eed8471 dcbnl: add support for retrieving peer configuration - ieee by Shmulik Ravid · 15 years ago
  61. f3d7bc5 net: dcbnl: check correct ops in dcbnl_ieee_set() by John Fastabend · 15 years ago
  62. 5bfa787 ipv4: ip_route_output_key() is better as an inline. by David S. Miller · 15 years ago
  63. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 15 years ago
  64. 452edd5 xfrm: Return dst directly from xfrm_lookup() by David S. Miller · 15 years ago
  65. 3872b28 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 15 years ago
  66. 88d2d28 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 15 years ago
  67. 9ef0298 netfilter: nf_log: avoid oops in (un)bind with invalid nfproto values by Jan Engelhardt · 15 years ago
  68. 720dc34 dccp: fix oops on Reset after close by Gerrit Renker · 15 years ago
  69. 07df529 inet: Replace left-over references to inet->cork by Herbert Xu · 15 years ago
  70. 7f6daa6 pfkey: fix warning by Stephen Hemminger · 15 years ago
  71. b42835d ipv6: Make icmp route lookup code a bit clearer. by David S. Miller · 15 years ago
  72. f6d460c ipv4: Make icmp route lookup code a bit clearer. by David S. Miller · 15 years ago
  73. 2774c13 xfrm: Handle blackhole route creation via afinfo. by David S. Miller · 15 years ago
  74. ff75f40 ipvs: fix dst_lock locking on dest update by Julian Anastasov · 15 years ago
  75. 69ead7a ipv6: Normalize arguments to ip6_dst_blackhole(). by David S. Miller · 15 years ago
  76. 80c0bc9 xfrm: Kill XFRM_LOOKUP_WAIT flag. by David S. Miller · 15 years ago
  77. a141471 ipv6: Change final dst lookup arg name to "can_sleep" by David S. Miller · 15 years ago
  78. 273447b ipv4: Kill can_sleep arg to ip_route_output_flow() by David S. Miller · 15 years ago
  79. 5df65e5 net: Add FLOWI_FLAG_CAN_SLEEP. by David S. Miller · 15 years ago
  80. 420d44d ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep" by David S. Miller · 15 years ago
  81. abdf7e7 ipv4: Can final ip_route_connect() arg to boolean "can_sleep". by David S. Miller · 15 years ago
  82. 68d0c6d ipv6: Consolidate route lookup sequences. by David S. Miller · 15 years ago
  83. 903ab86 udp: Add lockless transmit path by Herbert Xu · 15 years ago
  84. f6b9664 udp: Switch to ip_finish_skb by Herbert Xu · 15 years ago
  85. 1c32c5a inet: Add ip_make_skb and ip_finish_skb by Herbert Xu · 15 years ago
  86. 1470ddf inet: Remove explicit write references to sk/inet in ip_append_data by Herbert Xu · 15 years ago
  87. 5a2ef92 inet: Remove unused sk_sndmsg_* from UFO by Herbert Xu · 15 years ago
  88. e46395a mac80211: make rate control Kconfig warning depend on mac80211 by Johannes Berg · 15 years ago
  89. 3af6334 mac80211: add support for showing the last rx bitrate by Felix Fietkau · 15 years ago
  90. c8dcfd8 cfg80211: add a field for the bitrate of the last rx data packet from a station by Felix Fietkau · 15 years ago
  91. a693e69 net: TX timestamps for IPv6 UDP packets by Anders Berggren · 15 years ago
  92. 696ea47 llc: avoid skb_clone() if there is only one handler by Changli Gao · 15 years ago
  93. b44d211 netlink: handle errors from netlink_dump() by Andrey Vagin · 15 years ago
  94. d45dcef Bluetooth: Fix BT_L2CAP and BT_SCO in Kconfig by Gustavo F. Padovan · 15 years ago
  95. 63d8ea7 net: Forgot to commit net/core/dev.c part of Jiri's ->rx_handler patch. by David S. Miller · 15 years ago
  96. 8a80c79 netfilter: nf_ct_tcp: fix out of sync scenario while in SYN_RECV by Pablo Neira Ayuso · 15 years ago
  97. a70486f xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq. by David S. Miller · 15 years ago
  98. 6f2f19e xfrm: Pass name as const to xfrm_*_get_byname(). by David S. Miller · 15 years ago
  99. 5a698af bond: service netpoll arp queue on master device by Amerigo Wang · 15 years ago
  100. 080e413 netpoll: remove IFF_IN_NETPOLL flag by Amerigo Wang · 15 years ago