1. 842a9ae bridge: Extend Proxy ARP design to allow optional rules for Wi-Fi by Jouni Malinen · 10 years ago
  2. 787fb2b ax25: Fix the build when CONFIG_INET is disabled by kbuild test robot · 10 years ago
  3. 66d0675 net: bcmgenet: simplify __bcmgenet_tx_reclaim() by Petri Gynther · 10 years ago
  4. f93eb4b Merge branch 'fib_trie-next' by David S. Miller · 10 years ago
  5. 1de3d87 fib_trie: Prevent allocating tnode if bits is too big for size_t by Alexander Duyck · 10 years ago
  6. 71e8b67 fib_trie: Update last spot w/ idx >> n->bits code and explanation by Alexander Duyck · 10 years ago
  7. a7e5353 fib_trie: Make fib_table rcu safe by Alexander Duyck · 10 years ago
  8. 41b489f fib_trie: move leaf and tnode to occupy the same spot in the key vector by Alexander Duyck · 10 years ago
  9. d5d6487 fib_trie: Update insert and delete to make use of tp from find_node by Alexander Duyck · 10 years ago
  10. d4a975e fib_trie: Fib find node should return parent by Alexander Duyck · 10 years ago
  11. 8be33e9 fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leaf by Alexander Duyck · 10 years ago
  12. 7289e6d fib_trie: Only resize tnodes once instead of on each leaf removal in fib_table_flush by Alexander Duyck · 10 years ago
  13. 3a65f63 Merge tag 'linux-can-next-for-4.1-20150304' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 10 years ago
  14. f012653 mpls: rtm_mpls_policy[] can be static by Wu Fengguang · 10 years ago
  15. c473463 Merge branch 'be2net-next' by David S. Miller · 10 years ago
  16. ace40af be2net: implement .sriov_configure() PCI callback by Vasundhara Volam · 10 years ago
  17. f285873 be2net: re-distribute SRIOV resources allowed by FW by Vasundhara Volam · 10 years ago
  18. 71bb8bd be2net: avoid creating the non-RSS default RXQ if FW allows to by Vasundhara Volam · 10 years ago
  19. 28811a8 net: cadence: Remove Kconfig dependency on ARCH by Michal Simek · 10 years ago
  20. 4f075a5 Merge branch 'sh_eth-next' by David S. Miller · 10 years ago
  21. 4398f9c sh_eth: Mitigate lost statistics updates by Ben Hutchings · 10 years ago
  22. e5fd13f sh_eth: Optionally log RX and TX status for each completed descriptor by Ben Hutchings · 10 years ago
  23. 6b4b4fe sh_eth: Implement ethtool register dump operations by Ben Hutchings · 10 years ago
  24. 3365711 sh_eth: WARN on access to a register not implemented in a particular chip by Ben Hutchings · 10 years ago
  25. 25b77ad sh_eth: Implement multicast statistic based on the RFS8 status bit by Ben Hutchings · 10 years ago
  26. 400aff5 bfin_can: Merge header file from arch dependent location by Aaron Wu · 10 years ago
  27. dead838 bfin_can: introduce ioremap to comply to archs with MMU by Aaron Wu · 10 years ago
  28. e4936e0 bfin_can: rewrite the blackfin style of read/write to common ones by Aaron Wu · 10 years ago
  29. 27db730 Merge branch 'basic-mpls-support' by David S. Miller · 10 years ago
  30. 8de147d mpls: Multicast route table change notifications by Eric W. Biederman · 10 years ago
  31. 03c0566 mpls: Netlink commands to add, remove, and dump routes by Eric W. Biederman · 10 years ago
  32. 966bae3 mpls: Functions for reading and wrinting mpls labels over netlink by Eric W. Biederman · 10 years ago
  33. a251992 mpls: Basic support for adding and removing routes by Eric W. Biederman · 10 years ago
  34. 7720c01 mpls: Add a sysctl to control the size of the mpls label table by Eric W. Biederman · 10 years ago
  35. 0189197 mpls: Basic routing support by Eric W. Biederman · 10 years ago
  36. cec9166 mpls: Refactor how the mpls module is built by Eric W. Biederman · 10 years ago
  37. ee23393 Merge branch 'neigh-mpls-prep' by David S. Miller · 10 years ago
  38. 4fd3d7d neigh: Add helper function neigh_xmit by Eric W. Biederman · 10 years ago
  39. 60395a2 neigh: Factor out ___neigh_lookup_noref by Eric W. Biederman · 10 years ago
  40. 2f56f6b bridge: fix bridge netlink RCU usage by Johannes Berg · 10 years ago
  41. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  42. b97526f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 10 years ago
  43. a6c5170 Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  44. 789d7f6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  45. 1cea7e2 l2tp: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  46. d2beae1 wireless: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  47. c84a67a mac80211: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  48. afc130d ethernet: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  49. 211b853 bluetooth: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  50. 19ffa56 atm: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  51. 1a73de0 appletalk: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  52. 423049a 8021q: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  53. 3b6ed26 xen: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  54. 1667c94 netconsole: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  55. 93803b3 wireless: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  56. 519983b net: usb: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  57. c7bf716 ethernet: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  58. e8ab38c i40e: Fix dependencies in the i40e driver on configfs by Greg Rose · 10 years ago
  59. 1d5da75 ax25: Stop using magic neighbour cache operations. by Eric W. Biederman · 10 years ago
  60. f4f8e73 openvswitch: Fix serialization of non-masked set actions. by Joe Stringer · 10 years ago
  61. 0ae93b2 gianfar: Reduce logging noise seen due to phy polling if link is down by Guenter Roeck · 10 years ago
  62. c77c761 ibmveth: Add function to enable live MAC address changes by Thomas Falcon · 10 years ago
  63. bcc90e3 net/atm/signaling.c: remove WAIT_FOR_DEMON code by Fabian Frederick · 10 years ago
  64. 71e168b net: bridge: add compile-time assert for cb struct size by Florian Westphal · 10 years ago
  65. 13a7a6a Linux 4.0-rc2 by Linus Torvalds · 10 years ago
  66. 9128b04 drm/i915: Fix modeset state confusion in the load detect code by Daniel Vetter · 10 years ago
  67. ce458fc i40e/i40evf: Bump versions by Sravanthi Tangeda · 10 years ago
  68. fc51de9 i40e: Only enable TC0 for NIC partition type by Neerav Parikh · 10 years ago
  69. 15d504b i40e: Register DCBNL ops in MFP mode by Neerav Parikh · 10 years ago
  70. ed250ec i40evf: ethtool RSS fixes by Mitch Williams · 10 years ago
  71. 66ddcff i40e: Fix RSS size at init since default num queue calculation has changed by Anjali Singhai Jain · 10 years ago
  72. 5db4cb5 i40e: Move RSS table size for VSIs to the VSI struct by Anjali Singhai Jain · 10 years ago
  73. f8faaa4 i40e/i40evf: Add missing packet types for VXLAN encapsulated packet types by Anjali Singhai Jain · 10 years ago
  74. 750fcbc i40e: Fix issue with removal of apps from DBCNL app table by Neerav Parikh · 10 years ago
  75. 025b4a5 i40e: Add FW check to disable DCB and wrap autoneg workaround with FW check by Anjali Singhai Jain · 10 years ago
  76. 9a3bd2f i40e: Enable more than 64 qps for the Main VSI by Anjali Singhai Jain · 10 years ago
  77. 8f40082 i40e: don't disable PF LB when disabling VFs by Mitch Williams · 10 years ago
  78. 579b23d i40e: Add safety net for switch calling by Akeem G Abodunrin · 10 years ago
  79. 7edf810 i40e/i40evf: print FW build number in version string by Shannon Nelson · 10 years ago
  80. d40d00b i40e: Skip the priority tagging if DCB is not enabled by Neerav Parikh · 10 years ago
  81. eca3204 fm10k: Resolve various spelling errors and checkpatch warnings by Matthew Vick · 10 years ago
  82. 5bf33dc fm10k: Implement ndo_features_check by Matthew Vick · 10 years ago
  83. 8c1a90a fm10k: Modify tunnel length header check when offloading by Matthew Vick · 10 years ago
  84. acf8dd0 udp: only allow UFO for packets from SOCK_DGRAM sockets by Michal Kubeček · 10 years ago
  85. 096b1c1 Merge branch 'sh_eth' by David S. Miller · 10 years ago
  86. dacc73e sh_eth: Really fix padding of short frames on TX by Ben Hutchings · 10 years ago
  87. 9b4a636 Revert "sh_eth: Enable Rx descriptor word 0 shift for r8a7790" by Ben Hutchings · 10 years ago
  88. 6ded286 sh_eth: Fix RX recovery on R-Car in case of RX ring underrun by Ben Hutchings · 10 years ago
  89. 7d7355f sh_eth: Ensure proper ordering of descriptor active bit write/read by Ben Hutchings · 10 years ago
  90. 023a600 Merge tag 'gpio-v4.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  91. 10d6dfc Merge branch 'fixes-for-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 10 years ago
  92. 1a6f77a Merge tag 'md/4.0-fixes' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  93. 49db1f0 Merge tag 'metag-fixes-v4.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 10 years ago
  94. b898441 Merge branch 'neigh_cleanups' by David S. Miller · 10 years ago
  95. 435e8eb neigh: Don't require a dst in neigh_resolve_output by Eric W. Biederman · 10 years ago
  96. bdf53c5 neigh: Don't require dst in neigh_hh_init by Eric W. Biederman · 10 years ago
  97. 59b2af2 arp: Kill arp_find by Eric W. Biederman · 10 years ago
  98. d476059 net: Kill dev_rebuild_header by Eric W. Biederman · 10 years ago
  99. 945db42 ax25: Stop depending on arp_find by Eric W. Biederman · 10 years ago
  100. abb7b75 ax25: Stop calling/abusing dev_rebuild_header by Eric W. Biederman · 10 years ago