1. 75ad932 bonding: remove unwanted lock for bond_store_primaryxxx() by dingtianhong · 11 years ago
  2. 4e789fc bonding: remove unwanted lock for bond_option_active_slave_set() by dingtianhong · 11 years ago
  3. be79bd0 bonding: add RCU for bond_3ad_state_machine_handler() by dingtianhong · 11 years ago
  4. c851703 bonding: remove unwanted lock for bond enslave and release by dingtianhong · 11 years ago
  5. eb9fa4b bonding: rebuild the lock use for bond_activebackup_arp_mon() by dingtianhong · 11 years ago
  6. e001bfa bonding: create bond_first_slave_rcu() by dingtianhong · 11 years ago
  7. 2e52f4f bonding: rebuild the lock use for bond_loadbalance_arp_mon() by dingtianhong · 11 years ago
  8. 733ab63 bonding: rebuild the lock use for bond_alb_monitor() by dingtianhong · 11 years ago
  9. 4cb4f97 bonding: rebuild the lock use for bond_mii_monitor() by dingtianhong · 11 years ago
  10. b2e7ace bonding: remove the no effect lock for bond_select_active_slave() by dingtianhong · 11 years ago
  11. e57a784 pkt_sched: set root qdisc before change() in attach_default_qdiscs() by Eric Dumazet · 11 years ago
  12. 59bcaed Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 11 years ago
  13. 0aac68f Merge branch 'bonding_netlink' by David S. Miller · 11 years ago
  14. d5c8425 bonding: add arp_all_targets netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  15. 29c4948 bonding: add arp_validate netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  16. 7f28fa1 bonding: add arp_ip_target netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  17. 06151db bonding: add arp_interval netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  18. 9f53e14 bonding: add use_carrier netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  19. c7461f9 bonding: add downdelay netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  20. 25852e2 bonding: add updelay netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  21. eecdaa6 bonding: add miimon netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  22. 1cbac01 packet: fix using smp_processor_id() in preemptible code by Li Zhong · 11 years ago
  23. f085ff1 netconf: add proxy-arp support by stephen hemminger · 11 years ago
  24. ac36baf sfc: Remove dependency of PTP on having a dedicated channel by Ben Hutchings · 11 years ago
  25. 62a1c70 sfc: Split PTP multicast filter insertion/removal out of efx_ptp_{start,stop}() by Ben Hutchings · 11 years ago
  26. 065e64c sfc: Return EBUSY for filter insertion on EF10, matching Falcon/Siena by Ben Hutchings · 11 years ago
  27. a84f3bf9 sfc: Expose NVRAM_PARTITION_TYPE_LICENSE on EF10 by Ben Hutchings · 11 years ago
  28. d615c03 sfc: Fold efx_flush_all() into efx_stop_port() and update comments by Ben Hutchings · 11 years ago
  29. ea136ae sfc: Map MCDI error MC_CMD_ERR_ENOTSUP to Linux EOPNOTSUPP by Ben Hutchings · 11 years ago
  30. 1e0b812 sfc: Log all unexpected MCDI errors by Edward Cree · 12 years ago
  31. 8d13a37 sfc: Add new sensor names by Ben Hutchings · 11 years ago
  32. 0cf7a45 sfc: Revise sensor names to be more understandable and consistent by Edward Cree · 11 years ago
  33. 2b216ce sfc: Report units in sensor warnings by Edward Cree · 11 years ago
  34. f8f3b5a sfc: Correct RX dropped count for drops while interface is down by Jon Cooper · 11 years ago
  35. cce2879 sfc: Make initial fill of RX descriptors synchronous by Jon Cooper · 11 years ago
  36. 92a0416 sfc: Tighten the check for RX merged completion events by Ben Hutchings · 11 years ago
  37. 74cd60a sfc: Add MC BISTs to ethtool offline self test on EF10 by Jon Cooper · 12 years ago
  38. 6853605 ipv6: fix incorrect type in declaration by Florent Fourcot · 11 years ago
  39. 335802d net: eth: 8390: remove section warning in etherh.c by Olof Johansson · 11 years ago
  40. 299603e8 net-gro: Prepare GRO stack for the upcoming tunneling support by Jerry Chu · 11 years ago
  41. a46dc74 Merge branch 'macvtap_capture' by David S. Miller · 11 years ago
  42. 2f6a1b6 macvlan: Remove custom recieve and forward handlers by Vlad Yasevich · 11 years ago
  43. 6acf54f macvtap: Add support of packet capture on macvtap device. by Vlad Yasevich · 11 years ago
  44. 70f5613 Merge branch 'bpf' by David S. Miller · 11 years ago
  45. 7924cd5 filter: doc: improve BPF documentation by Daniel Borkmann · 11 years ago
  46. 3f35638 filter: bpf_asm: add minimal bpf asm tool by Daniel Borkmann · 11 years ago
  47. fd981e3 filter: bpf_dbg: add minimal bpf debugger by Daniel Borkmann · 11 years ago
  48. 1a3b505 net: eth: cpsw: 64-bit phys_addr_t and sparse cleanup by Olof Johansson · 11 years ago
  49. df78416 net: eth: davinci_cpdma: Mark a local variable static by Olof Johansson · 11 years ago
  50. c767db5 net: eth: davinci_cpdma: 64-bit phys/dma_addr_t cleanup by Olof Johansson · 11 years ago
  51. c45f812 8390 : Replace ei_debug with msg_enable/NETIF_MSG_* feature by Matthew Whitehead · 11 years ago
  52. 7e98056 ipv6: router reachability probing by Jiri Benc · 11 years ago
  53. e477266 sctp: remove redundant null check on asoc by wangweidong · 11 years ago
  54. 6b1dd85 sch_htb: remove unnecessary NULL pointer judgment by Yang Yingliang · 11 years ago
  55. b601fa19 ipv4: fix wildcard search with inet_confirm_addr() by Nicolas Dichtel · 11 years ago
  56. 95ab099 vxlan: leave multicast group when vxlan device down by Gao feng · 11 years ago
  57. 79d4a94 vxlan: remove vxlan_group_used in vxlan_open by Gao feng · 11 years ago
  58. 1a0ab76 bgmac: replace some magic values with defines by Rafał Miłecki · 11 years ago
  59. d469962 bgmac: reset cached MAC state during chip reset by Rafał Miłecki · 11 years ago
  60. 4f8f61e net_sched: expand control flow of macro SKIP_NONLOCAL by Yang Yingliang · 11 years ago
  61. 9319e47 net: macb: Fix build warning by Soren Brinkmann · 11 years ago
  62. fcfa1a1 Merge branch 'tipc' by David S. Miller · 11 years ago
  63. 77a7e07 tipc: remove unused 'blocked' flag from tipc_link struct by Ying Xue · 11 years ago
  64. e4d050c tipc: eliminate code duplication in media layer by Ying Xue · 11 years ago
  65. 6e967ad tipc: relocate common functions from media to bearer by Ying Xue · 11 years ago
  66. 37cb062 tipc: remove TIPC usage of field af_packet_priv in struct net_device by Ying Xue · 11 years ago
  67. ef72a7e tipc: improve naming and comment consistency in media layer by Jon Paul Maloy · 11 years ago
  68. 5702dba tipc: initiate media type array at compile time by Jon Paul Maloy · 11 years ago
  69. d77b383 tipc: eliminate redundant code with kfree_skb_list routine by Ying Xue · 11 years ago
  70. 4ba3f99 Merge branch 'macb' by David S. Miller · 11 years ago
  71. e1824df net: macb: Adjust tx_clk when link speed changes by Soren Brinkmann · 11 years ago
  72. 0a4acf0 net: macb: Use devm_request_irq() by Soren Brinkmann · 11 years ago
  73. 60fe716 net: macb: Use devm_ioremap() by Soren Brinkmann · 11 years ago
  74. b48e0ba net: macb: Migrate to devm clock interface by Soren Brinkmann · 11 years ago
  75. 0dfc3e1 net: macb: Migrate to dev_pm_ops by Soren Brinkmann · 11 years ago
  76. fa08943 net_sched: sfq: put sfq_unlink in a do - while loop by Yang Yingliang · 11 years ago
  77. 833fa74 net_sched: add space around '>' and before '(' by Yang Yingliang · 11 years ago
  78. 82d567c net_sched: change "foo* bar" to "foo *bar" by Yang Yingliang · 11 years ago
  79. 1fab9ab net_sched: cls_bpf: use tabs to do indent by Yang Yingliang · 11 years ago
  80. 17569fa net_sched: remove unnecessary parentheses while return by Yang Yingliang · 11 years ago
  81. 109744c atm: solos-pci: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  82. 57c5bca atm: he: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  83. 40706af net: ieee802154: remove unnecessary spi_set_drvdata() by Jingoo Han · 11 years ago
  84. 6d4bebe net: phy: spi_ks8995: remove unnecessary spi_set_drvdata() by Jingoo Han · 11 years ago
  85. 5535ec7 net: vmxnet3: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  86. 49f74ed net: fddi: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  87. 79ac7c9 net: hippi: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  88. 788a8b6 virtio_net: spelling fixes by stephen hemminger · 11 years ago
  89. d24bae3 virtio_net: remove unused parameter to send_command by stephen hemminger · 11 years ago
  90. d73aa28 net: handle error more gracefully in socketpair() by Yann Droneaud · 11 years ago
  91. de2aa47 Revert "macvtap: remove useless codes in macvtap_aio_read() and macvtap_recvmsg()" by David S. Miller · 11 years ago
  92. 42404c0 Revert "tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg()" by David S. Miller · 11 years ago
  93. 8e3bff9 net: more spelling fixes by stephen hemminger · 11 years ago
  94. 22a9321 Merge branch 'ifla_flags' by David S. Miller · 11 years ago
  95. ad6c813 ipv4: add support for IFA_FLAGS nl attribute by Jiri Pirko · 11 years ago
  96. 9a32b86 dn_dev: add support for IFA_FLAGS nl attribute by Jiri Pirko · 11 years ago
  97. 94a12b1 sh_eth: add R8A7791 support by Sergei Shtylyov · 11 years ago
  98. f00ac4b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  99. 4e34da4d bgmac: start/stop PHY on netdev open/stop by Rafał Miłecki · 11 years ago
  100. 77d47af neigh: use neigh_parms_net() to get struct neigh_parms->net pointer by Jiri Pirko · 11 years ago