1. b15ca18 netlink: Add nla_memdup() to wrap kmemdup() use on nlattr by Thomas Graf · 8 years ago
  2. f8da977 net: ip, diag: include net/inet_sock.h by Arnd Bergmann · 8 years ago
  3. 0f16bc1 driver: tun: Move tun check into the block of TUNSETIFF condition check by Gao Feng · 8 years ago
  4. 93a205e virtio-net: Update the mtu code to match virtio spec by Aaron Conole · 8 years ago
  5. b09edbd net caif: insert missing spaces in pr_* messages and unbreak multi-line strings by Colin Ian King · 8 years ago
  6. d5a14ff Merge branch 'mlxsw-next' by David S. Miller · 8 years ago
  7. 71fac30 mlxsw: switchx2: Set physical device for port netdevice by Jiri Pirko · 8 years ago
  8. f20a91f mlxsw: spectrum: Set physical device for port netdevice by Jiri Pirko · 8 years ago
  9. 1d20d23 mlxsw: Move PCI id table definitions into driver modules by Jiri Pirko · 8 years ago
  10. 62e86f9 mlxsw: pci: Rename header with HW definitions by Jiri Pirko · 8 years ago
  11. 8c9583a mlxsw: spectrum: Remove extra whitespace by Ido Schimmel · 8 years ago
  12. 1d00578 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  13. 002d8a1 net: skip genenerating uevents for network namespaces that are exiting by Andrey Vagin · 8 years ago
  14. 110447f8 ethernet: fix min/max MTU typos by Stefan Richter · 8 years ago
  15. 0fb6af7 Merge branch 'genetlink-improvements' by David S. Miller · 8 years ago
  16. 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 8 years ago
  17. 2ae0f17 genetlink: use idr to track families by Johannes Berg · 8 years ago
  18. 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
  19. a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago
  20. c90c39d genetlink: introduce and use genl_family_attrbuf() by Johannes Berg · 8 years ago
  21. 4fe77d8 skbedit: allow the user to specify bitmask for mark by Antonio Quartulli · 8 years ago
  22. 6edf101 devlink: Prevent port_type_set() callback when it's not needed by Elad Raz · 8 years ago
  23. 89ab88b firewire: net: set initial MTU = 1500 unconditionally, fix IPv6 on some CardBus cards by Stefan Richter · 8 years ago
  24. 5d48f00 firewire: net: fix maximum possible MTU by Stefan Richter · 8 years ago
  25. e2897b8 net: netcp: add missing of_node_put() in netcp_probe() by Wei Yongjun · 8 years ago
  26. f850b4a net: ena: use setup_timer() and mod_timer() by Wei Yongjun · 8 years ago
  27. 675a6ce amd-xgbe: Fix error return code in xgbe_probe() by Wei Yongjun · 8 years ago
  28. 0942170 net: ns83820: use dev_kfree_skb_irq instead of kfree_skb by Wei Yongjun · 8 years ago
  29. a24a9d7 net: eth: altera: Fix error return code in altera_tse_probe() by Wei Yongjun · 8 years ago
  30. 68497a8 net: dsa: mv88e6xxx: use setup_timer to simplify the code by Wei Yongjun · 8 years ago
  31. 1aaa87a net: netcp: drop kfree for memory allocated with devm_kzalloc by Wei Yongjun · 8 years ago
  32. 701470b batman-adv: Revert "use core MTU range checking in misc drivers" by Sven Eckelmann · 8 years ago
  33. f806f77 Merge branch 'BCM54612E' by David S. Miller · 8 years ago
  34. d92ead1 net: phy: broadcom: Add support for BCM54612E by Xo Wang · 8 years ago
  35. 3cf2590 net: phy: broadcom: Update Auxiliary Control Register macros by Xo Wang · 8 years ago
  36. 73e42ff sch_htb: do not report fake rate estimators by Eric Dumazet · 8 years ago
  37. 432490f net: ip, diag -- Add diag interface for raw sockets by Cyrill Gorcunov · 8 years ago
  38. f76a9db lwt: Remove unused len field by Thomas Graf · 8 years ago
  39. 7281a66 net: allow to kill a task which waits net_mutex in copy_new_ns by Andrey Vagin · 8 years ago
  40. d65f2fa net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID frames by Shmulik Ladkani · 8 years ago
  41. 1bac938 Merge branch 'mlxsw-cosmetics-plus-res-mgmt-rewrite' by David S. Miller · 8 years ago
  42. c1a3831 mlxsw: Convert resources into array by Jiri Pirko · 8 years ago
  43. f38a231 mlxsw: cmd: Push resource query defines to cmd.h by Jiri Pirko · 8 years ago
  44. 8e9658d mlxsw: reg: Generare register names automatically by Jiri Pirko · 8 years ago
  45. 21978dc mlxsw: reg: Use helper macro to define registers by Jiri Pirko · 8 years ago
  46. 412791d mlxsw: item: Make char *buf arg constant for getters by Jiri Pirko · 8 years ago
  47. fe0612d mlxsw: item: Make struct mlxsw_item args const by Jiri Pirko · 8 years ago
  48. 67dc159 Merge branch 'bpf-numa-id' by David S. Miller · 8 years ago
  49. 3c2c3c1 reuseport, bpf: add test case for bpf_get_numa_node_id by Daniel Borkmann · 8 years ago
  50. 2d0e30c bpf: add helper for retrieving current numa node id by Daniel Borkmann · 8 years ago
  51. a10b91b Merge branch 'udpmem' by David S. Miller · 8 years ago
  52. 850cbad udp: use it's own memory accounting schema by Paolo Abeni · 8 years ago
  53. f970bd9 udp: implement memory accounting helpers by Paolo Abeni · 8 years ago
  54. f8c3bf0 net/socket: factor out helpers for memory and queue manipulation by Paolo Abeni · 8 years ago
  55. 8b1efc0 net: remove MTU limits on a few ether_setup callers by Jarod Wilson · 8 years ago
  56. e8f0a89 hv_netvsc: fix a race between netvsc_send() and netvsc_init_buf() by Vitaly Kuznetsov · 8 years ago
  57. 9e58c5dc Merge branch 'MTU-core-range-checking-more' by David S. Miller · 8 years ago
  58. b96f9af ipv4/6: use core net MTU range checking by Jarod Wilson · 8 years ago
  59. 46b3ef4 s390/net: use net core MTU range checking by Jarod Wilson · 8 years ago
  60. b3e3893 net: use core MTU range checking in misc drivers by Jarod Wilson · 8 years ago
  61. d0c2c99 net: use core MTU range checking in virt drivers by Jarod Wilson · 8 years ago
  62. 9157208 net: use core MTU range checking in core net infra by Jarod Wilson · 8 years ago
  63. 8b6b413 net: use core MTU range checking in WAN drivers by Jarod Wilson · 8 years ago
  64. 9c22b4a net: use core MTU range checking in wireless drivers by Jarod Wilson · 8 years ago
  65. f77f0ae net: use core MTU range checking in USB NIC drivers by Jarod Wilson · 8 years ago
  66. d894be5 ethernet: use net core MTU range checking in more drivers by Jarod Wilson · 8 years ago
  67. 1a61a8f myri10ge: fix typo in parameter description by Wei Yongjun · 8 years ago
  68. 81ad2b7 net: ethernet: mediatek: use dev_kfree_skb_any instead of dev_kfree_skb by Wei Yongjun · 8 years ago
  69. d80f45f dwc_eth_qos: use dev_kfree_skb_any instead of dev_kfree_skb by Wei Yongjun · 8 years ago
  70. 547412f net: phy: aquantia: add PHY ID of AQR106 and AQR107 by Shaohui Xie · 8 years ago
  71. 01e5943 net: fec: drop check for clk==NULL before calling clk_* by Uwe Kleine-König · 8 years ago
  72. 9652dc2 tcp: relax listening_hash operations by Eric Dumazet · 8 years ago
  73. 25c07e2 net: smc91x: fix neponset breakage by pxa u16 writes by Robert Jarzmik · 8 years ago
  74. c5098eb ila: Fix tailroom allocation of lwtstate by Thomas Graf · 8 years ago
  75. 7b1536e Merge branch 'macb-ethtool-ringparam' by David S. Miller · 8 years ago
  76. 8441bb3 net: macb: Add ethtool get_ringparam and set_ringparam functionality by Zach Brown · 8 years ago
  77. b410d13 net: macb: Use variables with defaults for tx/rx ring sizes instead of hardcoded values by Zach Brown · 8 years ago
  78. 0f6e876 net: arc_emac: use dev_kfree_skb_any instead of dev_kfree_skb by Wei Yongjun · 8 years ago
  79. e215701 Merge branch 'ovs-remove-unused' by David S. Miller · 8 years ago
  80. 76e4cc7 openvswitch: remove unnecessary EXPORT_SYMBOLs by Jiri Benc · 8 years ago
  81. f33eb0c openvswitch: remove unused functions by Jiri Benc · 8 years ago
  82. 57a09bf bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registers by Thomas Graf · 8 years ago
  83. 3134e9b net: fs_enet: Use net_device_stats from struct net_device by Tobias Klauser · 8 years ago
  84. 4251e74 qed: Remove useless set memory to zero use memset() by Wei Yongjun · 8 years ago
  85. aa0938c net: dsa: mv88e6xxx: fix non static symbol warning by Wei Yongjun · 8 years ago
  86. d248caf r8152: add new products of Lenovo by hayeswang · 8 years ago
  87. 9c403b6 net: vlan: Use sizeof instead of literal number by Gao Feng · 8 years ago
  88. 7cafb0b Merge branch 'smc91x-dt' by David S. Miller · 8 years ago
  89. c4055a8 net: smsc91x: add u16 workaround for pxa platforms by Robert Jarzmik · 8 years ago
  90. 9c365f3 net: smc91x: take into account half-word workaround by Robert Jarzmik · 8 years ago
  91. d09d747 net: smc91x: isolate u16 writes alignment workaround by Robert Jarzmik · 8 years ago
  92. 9a97434 ARM: pxa: enhance smc91x platform data by Robert Jarzmik · 8 years ago
  93. cd94e51 ethernet/sfc: use core min/max MTU checking by Bert Kenward · 8 years ago
  94. a844667 Merge branch 'phy-led-triggers' by David S. Miller · 8 years ago
  95. 2e0bc45 net: phy: leds: add support for led triggers on phy link state change by Zach Brown · 8 years ago
  96. 1f9127c net: phy: Create phy_supported_speeds function which lists speeds currently supported by a phydevice by Zach Brown · 8 years ago
  97. 61a1796 net: phy: Encapsulate actions performed during link state changes into function phy_adjust_link by Zach Brown · 8 years ago
  98. 0e0f27d skge: Rename LED_OFF and LED_ON in marvel skge driver to avoid conflicts with leds namespace by Zach Brown · 8 years ago
  99. 5bb61cb Merge branch 'netdev-adjacency' by David S. Miller · 8 years ago
  100. 67b62f9 net: dev: Improve debug statements for adjacency tracking by David Ahern · 8 years ago