1. d166f21 bgmac: validate (and random if needed) MAC addr by Rafał Miłecki · 12 years ago
  2. e5e6730 skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZE by Alexander Duyck · 12 years ago
  3. bfb235d Merge branch 'wireless' by David S. Miller · 12 years ago
  4. f5237f2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  5. b285109 Merge branch 'tg3' by David S. Miller · 12 years ago
  6. 7e6c63f tg3: add support for Ethernet core in bcm4785 by Hauke Mehrtens · 12 years ago
  7. 5c35804 tg3: make it possible to provide phy_id in ioctl by Hauke Mehrtens · 12 years ago
  8. 180996c ssb: get mac address from sprom struct for gige driver by Hauke Mehrtens · 12 years ago
  9. 241448c net: sctp: sctp_auth_make_key_vector: remove duplicate ntohs calls by Daniel Borkmann · 12 years ago
  10. 85bd179 net: fec: fix spin_lock dead lock by Frank Li · 12 years ago
  11. 365cc17 net: fec: correct fix method about miss init spinlock by Frank Li · 12 years ago
  12. 41b7492 mlx4_en: Fix BQL reset TX queue call point by Tom Herbert · 12 years ago
  13. 2de27f3 Merge branch 'mlx4' by David S. Miller · 12 years ago
  14. 0ccddcd net/mlx4_en: Implement ndo fdb functionality by Yan Burman · 12 years ago
  15. cc5387f net/mlx4_en: Add unicast MAC filtering by Yan Burman · 12 years ago
  16. c07cb4b net/mlx4_en: Manage hash of MAC addresses per port by Yan Burman · 12 years ago
  17. 90bbb74 net/mlx4_en: Save previous MAC address of the port so we can replace it later by Yan Burman · 12 years ago
  18. 0eb74fd net/mlx4_en: Re-arrange ndo_set_rx_mode related code by Yan Burman · 12 years ago
  19. 16a10ff net/mlx4: Move Ethernet related functionality from mlx4_core to mlx4_en by Yan Burman · 12 years ago
  20. 48e551f net/mlx4_en: Cleanup multiline strings by Yan Burman · 12 years ago
  21. 6bbb6d9 net/mlx4_en: Optimize Rx fast path filter checks by Yan Burman · 12 years ago
  22. 79aeacc net/mlx4_en: Optimize loopback related checks in data path by Yan Burman · 12 years ago
  23. c6edfe1 bgmac: add ndo_set_rx_mode netdev ops by Hauke Mehrtens · 12 years ago
  24. 522c590 bgmac: add generic ndo_validate_addr netdev ops by Hauke Mehrtens · 12 years ago
  25. 4e20900 bgmac: write mac address to hardware in ndo_set_mac_address by Hauke Mehrtens · 12 years ago
  26. b5a4c2f bgmac: implement missing code for BCM53572 by Hauke Mehrtens · 12 years ago
  27. cd431e7 macvlan: add multicast filter by Eric Dumazet · 12 years ago
  28. 6d1ccff net: reset mac header in dev_start_xmit() by Eric Dumazet · 12 years ago
  29. 12b0004 net: adjust skb_gso_segment() for calling in rx path by Cong Wang · 12 years ago
  30. 25060d8 wpan: use stack buffer instead of heap by Alexander Aring · 12 years ago
  31. fc4e98d 6lowpan: use stack buffer instead of heap by Alexander Aring · 12 years ago
  32. a07fdce 6lowpan: Remove __init tag from lowpan_netlink_fini(). by David S. Miller · 12 years ago
  33. e185483 team: allow userspace to take control over carrier by Flavio Leitner · 12 years ago
  34. 3b72c2f drivers: net:ethernet: cpsw: add support for VLAN by Mugunthan V N · 12 years ago
  35. e11b220 drivers: net: cpsw: Add helper functions for VLAN ALE implementation by Mugunthan V N · 12 years ago
  36. ca99ca1 netpoll: protect napi_poll and poll_controller during dev_[open|close] by Neil Horman · 12 years ago
  37. f458c64 wpan: whitespace fix by Alexander Aring · 12 years ago
  38. f4e53e2 ipv6: Don't send packet to big messages to self by Steffen Klassert · 12 years ago
  39. efc496e drivers: net: misc: Remove unused OOM variables by Joe Perches · 12 years ago
  40. 62b5942 net: core: Remove unnecessary alloc/OOM messages by Joe Perches · 12 years ago
  41. 4d9e01d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  42. ca2eb56 tcp: remove Appropriate Byte Count support by Stephen Hemminger · 12 years ago
  43. 547472b ipv4: Disallow non-namespace aware protocols to register. by David S. Miller · 12 years ago
  44. 9d6ddb1 l2tp: Make ipv4 protocol handler namespace aware. by David S. Miller · 12 years ago
  45. 167eb17 l2tp: create tunnel sockets in the right namespace by Tom Parkin · 12 years ago
  46. cbb95e0 l2tp: prevent tunnel creation on netns mismatch by Tom Parkin · 12 years ago
  47. b6fdfdf l2tp: set netnsok flag for netlink messages by Tom Parkin · 12 years ago
  48. f8ccac0 l2tp: put tunnel socket release on a workqueue by Tom Parkin · 12 years ago
  49. 188d1f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  50. c560451 ixgbe: Fix SR-IOV MTU warning by Alexander Duyck · 12 years ago
  51. 7e63bf4 ixgbe: Replace rmb in Tx cleanup with read_barrier_depends by Alexander Duyck · 12 years ago
  52. 434c5e3 ixgbe: update date to 2013 by Don Skidmore · 12 years ago
  53. d2c47b6 ixgbe: fix return values and memcpy parameters to eliminate Smatch warnings by Josh Hay · 12 years ago
  54. f752be9 ixgbe: fix potential null dereference by Josh Hay · 12 years ago
  55. 07ce870 ixgbe: allow reading of SFF-8472 data over i2c by Emil Tantilov · 12 years ago
  56. a7a1d9d e1000e: cleanup checkpatch braces checks by Bruce Allan · 12 years ago
  57. c556d60 e1000e: convert enums of register offsets and move #defines to regs.h by Bruce Allan · 12 years ago
  58. 948f97a e1000e: cosmetic move of #defines and prototypes to the new manage.h by Bruce Allan · 12 years ago
  59. d226311 e1000e: cosmetic move of #defines and function prototypes to the new nvm.h by Bruce Allan · 12 years ago
  60. 93b9f8b e1000e: cosmetic move of #defines and function prototypes to the new phy.h by Bruce Allan · 12 years ago
  61. bdfe2da e1000e: cosmetic move of function prototypes to the new mac.h by Bruce Allan · 12 years ago
  62. 1b41db3 e1000e: cosmetic move of #defines and prototypes to the new ich8lan.h by Bruce Allan · 12 years ago
  63. 21b5a6f e1000e: cosmetic move of #defines to the new 80003es2lan.h by Bruce Allan · 12 years ago
  64. f25701d e1000e: cosmetic move of #defines and prototypes to the new 82571.h by Bruce Allan · 12 years ago
  65. 577ae39 qlcnic: Updating copyright information. by Jitendra Kalsaria · 12 years ago
  66. 7c1e7e9 gianfar: dont conditionally alloc Rx/Err irq structs by Paul Gortmaker · 12 years ago
  67. 2700092 ipcomp: Mark as netns_ok. by David S. Miller · 12 years ago
  68. 7d3e673 net: fec: fix miss init spinlock by Frank Li · 12 years ago
  69. 675b804 team: ab: set active port option as changed when port is leaving by Jiri Pirko · 12 years ago
  70. c3969d80 team: move netlink event notifiers after team_port_leave() by Jiri Pirko · 12 years ago
  71. d90f889 team: handle sending port list in the same way option list is sent by Jiri Pirko · 12 years ago
  72. f9d9686 net/mlx4_en: Fix compilation error when CONFIG_INET isn't defined by Hadar Hen Zion · 12 years ago
  73. 377d973 net/mlx4_en: Fix error propagation for ethtool helper function by Hadar Hen Zion · 12 years ago
  74. 56db1c5 mcast: do not check 'rv' twice in a row by Jean Sacren · 12 years ago
  75. 25cc4ae net: remove redundant check for timer pending state before del_timer by Ying Xue · 12 years ago
  76. 2b3c9a8 be2net: update driver version to 4.6.x by Sathya Perla · 12 years ago
  77. 4c87661 be2net: fix re-loaded PF driver to re-gain control of its VFs by Sathya Perla · 12 years ago
  78. e68ed8f drivers:net:misc: Remove unnecessary alloc/OOM messages by Joe Perches · 12 years ago
  79. 0d2e7a5 wireless: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 12 years ago
  80. 9d11bd1 wimax: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 12 years ago
  81. 1d5d1fd wan: Remove unnecessary alloc/OOM messages by Joe Perches · 12 years ago
  82. 38673c8 drivers: net: usb: Remove unnecessary alloc/OOM messages by Joe Perches · 12 years ago
  83. b2adaca ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 12 years ago
  84. 09da6c5 can: Remove unnecessary alloc/OOM messages by Joe Perches · 12 years ago
  85. ad4437d caif: Remove unnecessary alloc/OOM messages by Joe Perches · 12 years ago
  86. 8c98653 sctp: sctp_close: fix release of bindings for deferred call_rcu's by Daniel Borkmann · 12 years ago
  87. 72073ad cxgb3: Update VLAN extraction stats in the GRO path by Vipul Pandya · 12 years ago
  88. 387ff911 netns: bond: allow unprivileged users to control bond device by Gao feng · 12 years ago
  89. e4d343e netns: bridge: allow unprivileged users add/delete mdb entry by Gao feng · 12 years ago
  90. bb12b8b netns: ebtable: allow unprivileged users to operate ebtables by Gao feng · 12 years ago
  91. c5c3510 netns: fdb: allow unprivileged users to add/del fdb entries by Gao feng · 12 years ago
  92. bf414b3 net: usbnet: fix tx_dropped statistics by Bjørn Mork · 12 years ago
  93. 5f1e942 tcp: ipv6: Update MIB counters for drops by Vijay Subramanian · 12 years ago
  94. 848bf15 tcp: Update MIB counters for drops by Vijay Subramanian · 12 years ago
  95. 9665d5d packet: fix leakage of tx_ring memory by Phil Sutter · 12 years ago
  96. 4f46385 stmmac: don't return zero on failure path in stmmac_pci_probe() by Alexey Khoroshilov · 12 years ago
  97. 92df9b2 net: Fix inner_network_header assignment in skb-copy. by Pravin B Shelar · 12 years ago
  98. 2e5f421 tcp: frto should not set snd_cwnd to 0 by Eric Dumazet · 12 years ago
  99. 973ec44 tcp: fix an infinite loop in tcp_slow_start() by Eric Dumazet · 12 years ago
  100. 33397a7 Merge branch 'delete-wanrouter' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by David S. Miller · 12 years ago