1. 1fc050a ipv4: Cache source address in nexthop entries. by David S. Miller · 13 years ago
  2. 6118e35 af_unix: remove unused struct sockaddr_un cruft by Hagen Paul Pfeifer · 13 years ago
  3. efea2c6 sctp: several declared/set but unused fixes by Hagen Paul Pfeifer · 13 years ago
  4. e143038 af_packet: struct socket declared/assigned but unused by Hagen Paul Pfeifer · 13 years ago
  5. 4b66fef mcast: net_device dev not used by Hagen Paul Pfeifer · 13 years ago
  6. 06f0c13 s2io: fix uninitialized compile warning by Shan Wei · 13 years ago
  7. 541ac7c bonding: COW before overwriting the destination MAC address by Changli Gao · 13 years ago
  8. cca134fe bonding: remove the unused dummy functions when net poll controller isn't enabled by Changli Gao · 13 years ago
  9. ef28a4e Merge branch 'davem-next.r8169' of git://git.kernel.org/pub/scm/linux/kernel/git/romieu/netdev-2.6 by David S. Miller · 13 years ago
  10. e3f48d3 net: allow handlers to be processed for orig_dev by Jiri Pirko · 13 years ago
  11. f21b538 be2net: Add multicast filter capability for Lancer by Padmanabh Ratnakar · 13 years ago
  12. 63fcb27 be2net: Disarm CQ and EQ to disable interrupt in Lancer by Padmanabh Ratnakar · 13 years ago
  13. d8a29d3 be2net: Remove TX Queue stop in close by Padmanabh Ratnakar · 13 years ago
  14. 8b7756c be2net: Change f/w command versions for Lancer by Padmanabh Ratnakar · 13 years ago
  15. 37eed1c be2net: Add error recovery during load for Lancer by Padmanabh Ratnakar · 13 years ago
  16. 19fad86 be2net: Checksum field valid only for TCP/UDP by Padmanabh Ratnakar · 13 years ago
  17. e80d9da be2net: Remove ERR compl workaround for Lancer by Padmanabh Ratnakar · 13 years ago
  18. 3be0686 ipv4: Inline fib_semantic_match into check_leaf by David S. Miller · 13 years ago
  19. 4c8237c ipv4: Validate route entry type at insert instead of every lookup. by David S. Miller · 13 years ago
  20. 256ee43 netdevice: Convert printk to pr_info in netif_tx_stop_queue by Joe Perches · 13 years ago
  21. b8cec4a Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge by David S. Miller · 13 years ago
  22. e44d8fe batman-adv: Disallow regular interface as mesh device by Sven Eckelmann · 13 years ago
  23. 7cefb14 batman-adv: Remove unused hdr_size variable in route_unicast_packet() by Linus Lüssing · 13 years ago
  24. e6c10f4 batman-adv: rename batman_if struct to hard_iface by Marek Lindner · 13 years ago
  25. 4389e47 batman-adv: rename global if_list to hardif_list by Marek Lindner · 13 years ago
  26. d007260 batman-adv: remove orig_hash spinlock by Marek Lindner · 14 years ago
  27. 1605d0d batman-adv: increase refcount in create_neighbor to be consistent by Marek Lindner · 13 years ago
  28. 7b36e8e batman-adv: Correct rcu refcounting for orig_node by Marek Lindner · 13 years ago
  29. 7aadf88 batman-adv: remove extra layer between hash and hash element - hash bucket by Marek Lindner · 13 years ago
  30. 39901e7 batman-adv: separate ethernet comparing calls from hash functions by Marek Lindner · 13 years ago
  31. 9e0b33c batman-adv: Fix possible buffer overflow in softif neigh list output by Linus Lüssing · 13 years ago
  32. 43c70ad batman-adv: Increase orig_node refcount before releasing rcu read lock by Linus Lüssing · 13 years ago
  33. 5d02b3c batman-adv: Make bat_priv->curr_gw an rcu protected pointer by Linus Lüssing · 13 years ago
  34. f3e0008 batman-adv: make broadcast seqno operations atomic by Marek Lindner · 14 years ago
  35. 0ede9f4 batman-adv: protect bit operations to count OGMs with spinlock by Marek Lindner · 14 years ago
  36. ed75ccb batman-adv: Correct rcu refcounting for batman_if by Marek Lindner · 13 years ago
  37. 7d2b554 batman-adv: Correct rcu refcounting for softif_neigh by Marek Lindner · 13 years ago
  38. 25b6d3c batman-adv: Correct rcu refcounting for gw_node by Marek Lindner · 13 years ago
  39. 44524fc batman-adv: Correct rcu refcounting for neigh_node by Marek Lindner · 13 years ago
  40. a4c135c batman-adv: protect bonding with rcu locks by Simon Wunderlich · 14 years ago
  41. 2ae2daf batman-adv: protect ogm counter arrays with spinlock by Marek Lindner · 14 years ago
  42. 16b1aba batman-adv: protect originator nodes with reference counters by Marek Lindner · 14 years ago
  43. fb778ea batman-adv: protect each hash row with rcu locks by Marek Lindner · 14 years ago
  44. a775eb8 batman-adv: protect neigh_nodes used outside of rcu_locks with refcounting by Marek Lindner · 14 years ago
  45. 1a241a5 batman-adv: free neighbors when an interface is deactivated by Marek Lindner · 14 years ago
  46. f987ed6 batman-adv: protect neighbor list with rcu locks by Marek Lindner · 14 years ago
  47. 9591a79 batman-adv: convert neighbor list to hlist by Marek Lindner · 14 years ago
  48. a8e7f4b batman-adv: protect neighbor nodes with reference counters by Marek Lindner · 14 years ago
  49. 7a8fc77 r8169: convert to new VLAN model. by Francois Romieu · 13 years ago
  50. 54405cd r8169: support control of advertising. by Oliver Neukum · 14 years ago
  51. 5a5e444 r8169: support the new chips for RTL8105E. by Hayes Wang · 13 years ago
  52. 5e2b61f ipv4: Remove flowi from struct rtable. by David S. Miller · 13 years ago
  53. 1018b5c ipv4: Set rt->rt_iif more sanely on output routes. by David S. Miller · 13 years ago
  54. 4157434 ipv4: Use passed-in protocol in ip_route_newports(). by David S. Miller · 13 years ago
  55. 3c0afdc ipv4: Get peer more cheaply in rt_init_metrics(). by David S. Miller · 13 years ago
  56. 44713b6 ipv4: Optimize flow initialization in output route lookup. by David S. Miller · 13 years ago
  57. 65e8354 inetpeer: seqlock optimization by Eric Dumazet · 13 years ago
  58. d72751e Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 13 years ago
  59. 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 · 13 years ago
  60. 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  61. b65a0e0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  62. 4438a02 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  63. fb4b10a Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  64. 83360269 Merge branch 'i_nlink' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  65. 1362fa0 DNS: Fix a NULL pointer deref when trying to read an error key [CVE-2011-1076] by David Howells · 13 years ago
  66. 01a16b2 netlink: kill eff_cap from struct netlink_skb_parms by Patrick McHardy · 13 years ago
  67. 63f9742 eql: Convert printks to pr_<level> and netdev_<level> by Joe Perches · 13 years ago
  68. 4cd72c6 MAINTAINERS: Add Andy Gospodarek as co-maintainer. by Jay Vosburgh · 13 years ago
  69. 967faf3 mii: Convert printks to netdev_info by Joe Perches · 13 years ago
  70. 7542db8 mv643xx_eth: Use netdev_<level> and pr_<level> by Joe Perches · 13 years ago
  71. 50624aa tlan: Use pr_fmt, pr_<level> and netdev_<level> by Joe Perches · 13 years ago
  72. a576cd8 tlan: Remove changelog by Joe Perches · 13 years ago
  73. 1829b08 benet: use GFP_KERNEL allocations when possible by Eric Dumazet · 13 years ago
  74. 4c7fd11 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  75. c640e13 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 13 years ago
  76. 6b8a66e tun: Convert logging messages to pr_<level> and tun_debug by Joe Perches · 13 years ago
  77. 8d77c03 net: add Faraday FTMAC100 10/100 Ethernet driver by Po-Yu Chuang · 13 years ago
  78. 29546a6 ipv6: Use ERR_CAST in addrconf_dst_alloc. by David S. Miller · 13 years ago
  79. ba04c7c r8169: disable ASPM by Stanislaw Gruszka · 13 years ago
  80. a45d49d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6 by David S. Miller · 13 years ago
  81. e066008 ipv4: Fix __ip_dev_find() to use ifa_local instead of ifa_address. by David S. Miller · 13 years ago
  82. d276055 net_sched: reduce fifo qdisc size by Eric Dumazet · 13 years ago
  83. c53fa1e netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms by Patrick McHardy · 13 years ago
  84. 06dc94b ipv4: Fix crash in dst_release when udp_sendmsg route lookup fails. by David S. Miller · 13 years ago
  85. fd51469 block: kill loop_mutex by Petr Uzel · 13 years ago
  86. 2d3a849 blktrace: Remove blk_fill_rwbs_rq. by Tao Ma · 13 years ago
  87. a52055e ixgbe: cleanup copyright string for 2011 by Don Skidmore · 13 years ago
  88. 5e65510 ixgbe: add function pointer for semaphore function by Don Skidmore · 13 years ago
  89. 93cb38d ixgbe: X540 Cleanup by Greg Rose · 13 years ago
  90. 75f19c3 ixgbe: cleanup handling of I2C interface to PHY by Emil Tantilov · 13 years ago
  91. 278675d ixgbe: store permanent address before initializing Rx addresses by Emil Tantilov · 13 years ago
  92. 8c7bea3 ixgbe: Numerous whitespace / formatting cleanups by Emil Tantilov · 13 years ago
  93. 63d778d ixgbe: Specific check for 100 Full link speed by Emil Tantilov · 13 years ago
  94. 79d5892 ixgbe: Drop unused code for setting up unicast addresses by Emil Tantilov · 13 years ago
  95. 80960ab ixgbe: rework ixgbe MTA handling to not drop packets by Emil Tantilov · 13 years ago
  96. b60c5dd ixgbe: cleanup X540 PHY reset function pointer by Don Skidmore · 13 years ago
  97. c700f4e ixgbe: Bounds checking for set_rar, clear_rar, set_vmdq, clear_vmdq by Emil Tantilov · 13 years ago
  98. 26d6899 ixgbe: Fill out PCIe speed and width enums with values by Emil Tantilov · 13 years ago
  99. 1783575 ixgbe: add polling test to end of PHY reset by Emil Tantilov · 13 years ago
  100. 48de36c ixgbe: Check link wants report current link state by Emil Tantilov · 13 years ago