1. 72b2703 team: Use new sync_multiple api to sync devices adressess. by Vlad Yasevich · 11 years ago
  2. 4cd729b0 net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() api by Vlad Yasevich · 11 years ago
  3. 0022d2d net: sctp: minor: make sctp_ep_common's member 'dead' a bool by Daniel Borkmann · 11 years ago
  4. ff2266c net: sctp: remove sctp_ep_common struct member 'malloced' by Daniel Borkmann · 11 years ago
  5. 1e8edc2 sis900: check for DMA map errors by Denis Kirjanov · 11 years ago
  6. 72ca820 net/macb: fix error return code in macb_probe() by Nicolas Ferre · 11 years ago
  7. ab09a6d vxlan: don't bypass encapsulation for multi- and broadcasts by Mike Rapoport · 11 years ago
  8. 4731d01 net: tcp_memcontrol: minor: remove unused variable by Daniel Borkmann · 11 years ago
  9. bf84a01 net: sock: make sock_tx_timestamp void by Daniel Borkmann · 11 years ago
  10. 9d9f163 vxlan: use htonl when snooping for loopback address by Mike Rapoport · 11 years ago
  11. c84d805 ucc_geth: Convert ugeth_<level> to pr_<level> by Joe Perches · 11 years ago
  12. 375d6a1 gianfar: Use netdev_<level> when possible by Joe Perches · 11 years ago
  13. 31b7720 fec: Convert printks to netdev_<level> by Joe Perches · 11 years ago
  14. bece1b9 tcp: tcp_tso_segment() small optimization by Eric Dumazet · 11 years ago
  15. eb1d064 fec: Fix PHC device log by Fabio Estevam · 11 years ago
  16. ca7c4a4 ethernet/fec: Add Vybrid family fec support by Jingchang Lu · 11 years ago
  17. bbeae58 net/at91_ether: fix error return code in at91ether_probe() by Wei Yongjun · 11 years ago
  18. 7356a76 ptp: dynamic allocation of PHC char devices by Jiri Benc · 11 years ago
  19. d6a4a10 tcp: GSO should be TSQ friendly by Eric Dumazet · 11 years ago
  20. d14a489 act_csum: fix possible use after free by Eric Dumazet · 11 years ago
  21. 3619eb8 net: mv643xx_eth: remove deprecated inet_lro support by Sebastian Hesselbarth · 11 years ago
  22. 6706c82 vxlan: fix some sparse warnings by Wei Yongjun · 11 years ago
  23. bea8933 xen-netback: switch to use skb_partial_csum_set() by Jason Wang · 11 years ago
  24. 6c67798 Revert "netprio_cgroup: make local table static" by David S. Miller · 11 years ago
  25. 5760f42 net: ethernet: stmicro: stmmac: use devm_ioremap_resource() by Silviu-Mihai Popescu · 11 years ago
  26. f9725c0 be2net: remove unused variable 'sge' by Ivan Vecera · 11 years ago
  27. 09bf1c1 net: mv643xx_eth: Add GRO support by Sebastian Hesselbarth · 11 years ago
  28. c031799 tuntap: initialize vlan_features by Jason Wang · 11 years ago
  29. 4fda830 virtio-net: initialize vlan_features by Jason Wang · 11 years ago
  30. 727f957 net: mv643xx_eth: use managed devm_kzalloc by Sebastian Hesselbarth · 11 years ago
  31. 2092248 net: mv643xx_eth: add shared clk and cleanup existing clk handling by Sebastian Hesselbarth · 11 years ago
  32. b8075da net: mvmdio: add clocks property to binding documentation by Sebastian Hesselbarth · 11 years ago
  33. 70181d51 vhost_net: remove tx polling state by Jason Wang · 11 years ago
  34. 16e3d96 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  35. c59fec2 net/mlx4_en: set correct MTU in SRIOV by Eugenia Emantayev · 11 years ago
  36. fab1e24 net/mlx4_core: Translate guest B0 steering rules to DMFS by Hadar Hen Zion · 11 years ago
  37. fd91c49 net/mlx4_core: Add helper function to translate B0 steering rules to DMFS by Hadar Hen Zion · 11 years ago
  38. 4b49f58 usbnet: handle link change by Ming Lei · 11 years ago
  39. 0162c55 usbnet: apply usbnet_link_change by Ming Lei · 11 years ago
  40. 9ef2c44 usbnet: sierra: apply usbnet_link_change by Ming Lei · 11 years ago
  41. c10b171 usbnet: dm9601: apply usbnet_link_change by Ming Lei · 11 years ago
  42. 418fc57 usbnet: cdc-ether: apply usbnet_link_change by Ming Lei · 11 years ago
  43. 7a97856 usbnet: ax88179_1781: apply usbnet_link_change by Ming Lei · 11 years ago
  44. eae6591 usbnet: asix: apply usbnet_link_change by Ming Lei · 11 years ago
  45. 8a34b0a usbnet: cdc_ncm: apply usbnet_link_change by Ming Lei · 11 years ago
  46. 4be74c1 usbnet: mcs7830: apply usbnet_link_change by Ming Lei · 11 years ago
  47. f24ba7b usbnet: mcs7830: don't reset link by Ming Lei · 11 years ago
  48. ac64995 usbnet: introduce usbnet_link_change API by Ming Lei · 11 years ago
  49. 763eff5 netprio_cgroup: make local table static by stephen hemminger · 11 years ago
  50. 9eaee8b xen-netback: fix sparse warning by stephen hemminger · 11 years ago
  51. 61c2fc4 bnx2: make cnic_probe static by stephen hemminger · 11 years ago
  52. e355fbb Merge branch 'wireless' by David S. Miller · 11 years ago
  53. d364140 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  54. 6fe5468 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  55. 953c96e tg3: Use bool not int by Joe Perches · 11 years ago
  56. 712c4b7 Merge branch 'tg3' by David S. Miller · 11 years ago
  57. 99bbd92 MAINTAINERS: Update tg3 to reflect organizational changes by Nithin Sujir · 11 years ago
  58. 7a28fde tg3: Update version to 3.131 by Nithin Sujir · 11 years ago
  59. ed1ff5c tg3: Reset the phy to allow modified EEE settings to take effect by Nithin Sujir · 11 years ago
  60. fdad8de tg3: Pull the phy advertised speed and flow control settings on driver load by Nithin Sujir · 11 years ago
  61. 942d1af tg3: Add support for link flap avoidance by Nithin Sujir · 11 years ago
  62. 85730a6 tg3: Add SGMII phy support for 5719/5718 serdes by Michael Chan · 11 years ago
  63. 3310e24 tg3: Add tg3_clear_mac_status() common function by Michael Chan · 11 years ago
  64. ce20f16 tg3: Add a warning during link settings change if mgmt enabled by Nithin Sujir · 11 years ago
  65. f1315d2 tg3: Remove unnecessary phy reset during ethtool commands by Nithin Sujir · 11 years ago
  66. f6334bb tg3: Fix NVRAM size detection for the STM45PE20 pinstrap on 5762 devices by Michael Chan · 11 years ago
  67. f0fcd7a tg3: Fix flow control settings not propagated to hardware by Nithin Sujir · 11 years ago
  68. 1b86643 net: sctp: introduce uapi header for sctp by Daniel Borkmann · 11 years ago
  69. 3d4a131 mrf24j40: use module_spi_driver to simplify the code by Wei Yongjun · 11 years ago
  70. 6ffd464 netprio_cgroup: remove task_struct parameter from sock_update_netprio() by Zefan Li · 11 years ago
  71. 211d2f97 cls_cgroup: remove task_struct parameter from sock_update_classid() by Zefan Li · 11 years ago
  72. 10b96f7 tcp_memcontrol: remove a redundant statement in tcp_destroy_cgroup() by Zefan Li · 11 years ago
  73. 617fe29 net: ipv6: only invalidate previously tokenized addresses by Daniel Borkmann · 11 years ago
  74. fc40383 net: ipv6: also allow token to be set when device not ready by Daniel Borkmann · 11 years ago
  75. 914faa1 net: ipv6: minor: use in6addr_any in token init by Daniel Borkmann · 11 years ago
  76. 67a3660 net: cdc_ncm: demote "unexpected notification" to debug level by Bjørn Mork · 11 years ago
  77. 077f02f Documentation: cgroup: add documentation for net_cls cgroups. by Rami Rosen · 11 years ago
  78. f53adae net: ipv6: add tokenized interface identifier support by Daniel Borkmann · 11 years ago
  79. 9401bb5 stmmac: prefetch all dma_erx when use extend_desc by Giuseppe CAVALLARO · 11 years ago
  80. 1bb6dea stmmac: review private structure fields by Giuseppe CAVALLARO · 11 years ago
  81. ceb69499 stmmac: code tidy-up by Giuseppe CAVALLARO · 11 years ago
  82. 32ceabc stmmac: improve/review and fix kernel-doc by Giuseppe CAVALLARO · 11 years ago
  83. 49cfbf6 stmmac: review driver documentation by Giuseppe CAVALLARO · 11 years ago
  84. 4d8f082 stmmac: modified pcs mode support for SGMII by Byungho An · 11 years ago
  85. 779d835 net: of_mdio: scan mdiobus for PHYs without reg property by Sebastian Hesselbarth · 11 years ago
  86. 3d604da net: mvmdio: get and enable optional clock by Sebastian Hesselbarth · 11 years ago
  87. d5b4092 net: ks8851: Use dev_pm_ops by Lars-Peter Clausen · 11 years ago
  88. 0582ce9 net: ks8851: Use module_spi_driver by Lars-Peter Clausen · 11 years ago
  89. deb09280 brcmfmac: only use ifidx from BDC header in brcmf_rx_frames() by Arend van Spriel · 11 years ago
  90. 5b57af6 brcmfmac: obtain wdev using vif object in action frame rx by Arend van Spriel · 11 years ago
  91. bffc61c brcmfmac: fix reception of P2P probe requests on P2P_DEVICE interface by Arend van Spriel · 11 years ago
  92. 01b8e7d brcmfmac: wait for firmware event when creating P2P_DEVICE interface by Arend van Spriel · 11 years ago
  93. 27f10e3 brcmfmac: support creation of P2P_DEVICE through user-space by Arend van Spriel · 11 years ago
  94. a0f472a brcmfmac: use struct brcmf_if instance iso netdevice in escan functions by Arend van Spriel · 11 years ago
  95. f96aa07 brcmfmac: use struct brcmf_if instance as parameter in brcmf_set_mpc() by Arend van Spriel · 11 years ago
  96. 7fa2e35 brcmfmac: remove use of unconditional access of struct wireless_dev::netdev by Arend van Spriel · 11 years ago
  97. 5857f9c brcmfmac: remove condition for calling event handler by Arend van Spriel · 11 years ago
  98. 8fdd157 brcmfmac: add role attribute to struct brcmf_if_event definition by Arend van Spriel · 11 years ago
  99. 40c1c24 brcmfmac: add hexadecimal trace of message payload by Arend van Spriel · 11 years ago
  100. 86dcd93 brcmfmac: firmware shared data version fix by Piotr Haber · 11 years ago