1. 315c00b tipc: add bearer set to new netlink api by Richard Alpe · 10 years ago
  2. 35b9dd7 tipc: add bearer get/dump to new netlink api by Richard Alpe · 10 years ago
  3. 0655f6a tipc: add bearer disable/enable to new netlink api by Richard Alpe · 10 years ago
  4. 7cc76f5 macvtap: advance iov iterator when needed in macvtap_put_user() by Jason Wang · 10 years ago
  5. 914efb0 mlx4: don't duplicate kvfree() by Al Viro · 10 years ago
  6. 479163f mlx5: don't duplicate kvfree() by Al Viro · 10 years ago
  7. c92d418 Merge branch 'r8152-next' by David S. Miller · 10 years ago
  8. 7bcf4f6 r8152: adjust rtl_start_rx by hayeswang · 10 years ago
  9. a0fccd4 r8152: adjust r8152_submit_rx by hayeswang · 10 years ago
  10. f869c91 net: sctp: keep owned chunk in destructor_arg instead of skb->cb by Daniel Borkmann · 10 years ago
  11. 44c8bc3 net: bcmgenet: log RX buffer allocation and RX/TX dma failures by Florian Fainelli · 10 years ago
  12. 60b4ea1 net: systemport: log RX buffer allocation and RX/TX DMA failures by Florian Fainelli · 10 years ago
  13. 9c70776 packet: make packet_snd fail on len smaller than l2 header by Willem de Bruijn · 10 years ago
  14. df6ce47 Merge branch 'vlan_action' by David S. Miller · 10 years ago
  15. c7e2b96 sched: introduce vlan action by Jiri Pirko · 10 years ago
  16. 93515d5 net: move vlan pop/push functions into common code by Jiri Pirko · 10 years ago
  17. e219512 net: move make_writable helper into common code by Jiri Pirko · 10 years ago
  18. 15255a4 vlan: introduce __vlan_insert_tag helper which does not free skb by Jiri Pirko · 10 years ago
  19. 5968250 vlan: introduce *vlan_hwaccel_push_inside helpers by Jiri Pirko · 10 years ago
  20. 62749e2 vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto by Jiri Pirko · 10 years ago
  21. b4bef1b vlan: kill vlan_put_tag helper by Jiri Pirko · 10 years ago
  22. b960a0ac vlan: make __vlan_hwaccel_put_tag return void by Jiri Pirko · 10 years ago
  23. 1abcd82 openvswitch: actions: use skb_postpull_rcsum when possible by Jiri Pirko · 10 years ago
  24. fe15912 l2tp_eth: allow to set a specific mac address by Alexander Couzens · 10 years ago
  25. d123cee Merge branch 'phy_device_type' by David S. Miller · 10 years ago
  26. ee0dc2f net: phy: micrel: add copyright entry by Johan Hovold · 10 years ago
  27. c6f9575 net: phy: micrel: refactor interrupt config by Johan Hovold · 10 years ago
  28. c3a8e1e dt/bindings: add clock-select function property to micrel phy binding by Johan Hovold · 10 years ago
  29. 6d01329 dt/bindings: reformat micrel eth-phy documentation by Johan Hovold · 10 years ago
  30. 86dc134 net: phy: micrel: add support for clock-mode select to KSZ8081/KSZ8091 by Johan Hovold · 10 years ago
  31. 63f44b2 net: phy: micrel: add generic clock-mode-select support by Johan Hovold · 10 years ago
  32. 0f95903 net: phy: micrel: add has-broadcast-disable flag to type data by Johan Hovold · 10 years ago
  33. e7a792e net: phy: micrel: parse of nodes at probe by Johan Hovold · 10 years ago
  34. e6a423a net: phy: micrel: add device-type abstraction by Johan Hovold · 10 years ago
  35. 860f6e9 net: phy: add static data field to struct phy_driver by Johan Hovold · 10 years ago
  36. 2e95b2a sky2: use new netdev_rss_key_fill() helper by Ian Morris · 10 years ago
  37. f8e34d2 enic: support skb->xmit_more by Govindarajulu Varadarajan · 10 years ago
  38. 3819ffd mISDN: Deletion of unnecessary checks before the function call "vfree" by Markus Elfring · 10 years ago
  39. 675a53b Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 10 years ago
  40. abd4077 Merge branch 'bonding_4ad' by David S. Miller · 10 years ago
  41. 424c323 bonding: Introduce 4 AD link speed to fix agg_bandwidth by Jianhua Xie · 10 years ago
  42. cb8dda9 bonding: change AD_LINK_SPEED_BITMASK to enum to suport more speed by Jianhua Xie · 10 years ago
  43. 232365f bury skb_copy_to_page() by Al Viro · 10 years ago
  44. 08adb7d fold verify_iovec() into copy_msghdr_from_user() by Al Viro · 10 years ago
  45. 0844932 {compat_,}verify_iovec(): switch to generic copying of iovecs by Al Viro · 10 years ago
  46. 666547f separate kernel- and userland-side msghdr by Al Viro · 10 years ago
  47. daaf427 bpf: fix arraymap NULL deref and missing overflow and zero size checks by Alexei Starovoitov · 10 years ago
  48. fcd4d35 netlink: Deletion of an unnecessary check before the function call "__module_get" by Markus Elfring · 10 years ago
  49. ef87c5d net: pktgen: Deletion of an unnecessary check before the function call "proc_remove" by Markus Elfring · 10 years ago
  50. 1abe7cd usbnet: rtl8150: remove unused variable by Sudip Mukherjee · 10 years ago
  51. 1e3531d Merge branch 'stmmac-next' by David S. Miller · 10 years ago
  52. 732fdf0 stmmac: review driver when run kernel-doc by Giuseppe CAVALLARO · 10 years ago
  53. 915c199 stmmac: document common header file by Giuseppe CAVALLARO · 10 years ago
  54. 233b36c stmmac: update driver documentation by Giuseppe CAVALLARO · 10 years ago
  55. 355a901 tcp: make connect() mem charging friendly by Eric Dumazet · 10 years ago
  56. baeabab tun: return NET_XMIT_DROP for dropped packets by Jason Wang · 10 years ago
  57. e3e3217 icmp: Remove some spurious dropped packet profile hits from the ICMP path by Rick Jones · 10 years ago
  58. 54aeba7 dev_ioctl: use sizeof(x) instead of sizeof x by Fabian Frederick · 10 years ago
  59. e56f735 net/core: include linux/types.h instead of asm/types.h by Fabian Frederick · 10 years ago
  60. 1d2398d net: fix spelling for synchronized by Fabian Frederick · 10 years ago
  61. a77b634 dccp: spelling s/reseting/resetting by Fabian Frederick · 10 years ago
  62. 02c31d2 dccp: replace min/casting by min_t by Fabian Frederick · 10 years ago
  63. 54da7996 dccp: remove blank lines between function/EXPORT_SYMBOL by Fabian Frederick · 10 years ago
  64. 6d80c47 dccp: kerneldoc warning fixes by Fabian Frederick · 10 years ago
  65. 66425a7 Merge tag 'linux-can-next-for-3.19-20141117' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 10 years ago
  66. 970efef Merge branch 'fec-next' by David S. Miller · 10 years ago
  67. c20e599 net: fec: remove unused return value from swap_buffer() by Lothar Waßmann · 10 years ago
  68. 7b487d0 net: fec: simplify loop counter handling in swap_buffer() by Lothar Waßmann · 10 years ago
  69. e453789 net: fec: use swab32s() instead of cpu_to_be32() by Lothar Waßmann · 10 years ago
  70. 6b7e400 net: fec: improve access to quirk flags by copying them into fec_enet_private struct by Lothar Waßmann · 10 years ago
  71. 217b584 net: fec: change type of 'bufdesc_ex' to bool by Lothar Waßmann · 10 years ago
  72. df406bc net: fec: properly parenthesize macro args by Lothar Waßmann · 10 years ago
  73. 745f42b net: fec: consistently use lower case chars as hex digits by Lothar Waßmann · 10 years ago
  74. ea209de net: fec: indentation cleanup by Lothar Waßmann · 10 years ago
  75. 9a9f9dd Merge branch 'ebpf_maps' by David S. Miller · 10 years ago
  76. 7943c0f bpf: remove test map scaffolding and user proper types by Alexei Starovoitov · 10 years ago
  77. d0003ec bpf: allow eBPF programs to use maps by Alexei Starovoitov · 10 years ago
  78. ffb65f2 bpf: add a testsuite for eBPF maps by Alexei Starovoitov · 10 years ago
  79. a1854d6 bpf: fix BPF_MAP_LOOKUP_ELEM command return code by Alexei Starovoitov · 10 years ago
  80. 28fbcfa bpf: add array type of eBPF maps by Alexei Starovoitov · 10 years ago
  81. 0f8e4bd bpf: add hashtable type of eBPF maps by Alexei Starovoitov · 10 years ago
  82. 3274f52 bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM command by Alexei Starovoitov · 10 years ago
  83. 1bbf148 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 10 years ago
  84. cadaecd PPC: bpf_jit_comp: Unify BPF_MOD | BPF_X and BPF_DIV | BPF_X by Denis Kirjanov · 10 years ago
  85. 3ffa037 i40e: Set XPS bit mask to zero in DCB mode by Neerav Parikh · 10 years ago
  86. 4b7698c i40e: Prevent link flow control settings when PFC is enabled by Neerav Parikh · 10 years ago
  87. d341b7a i40e: Do not disable/enable FCoE VSI with DCB reconfig by Neerav Parikh · 10 years ago
  88. 69129dc i40e: Modify Tx disable wait flow in case of DCB reconfiguration by Neerav Parikh · 10 years ago
  89. 23cd1f0 i40e: Update VEB's enabled_tc after reconfiguration by Neerav Parikh · 10 years ago
  90. e1c4751 i40e: Check for LLDP AdminStatus before querying DCBX by Neerav Parikh · 10 years ago
  91. 9fa61dd i40e: Add support to firmware CEE DCBX mode by Neerav Parikh · 10 years ago
  92. 2fd75f3 i40e: Resume Port Tx after DCB event by Neerav Parikh · 10 years ago
  93. 7bda87c i40e: Bump version to 1.1.23 by Catherine Sullivan · 10 years ago
  94. c5c2f7c i40e: re-enable VFLR interrupt sooner by Mitch Williams · 10 years ago
  95. e684fa3 i40e: only warn once of PTP nonsupport in 100Mbit speed by Shannon Nelson · 10 years ago
  96. f2bf258 net: can: c_can: Add support for TI am4372 DCAN by Roger Quadros · 10 years ago
  97. c71d0b3 can: c_can: Add support for TI am3352 DCAN by Roger Quadros · 10 years ago
  98. 0f4da3a can: c_can: Add support for TI DRA7 DCAN by Roger Quadros · 10 years ago
  99. 3973c52 can: c_can: Disable pins when CAN interface is down by Roger Quadros · 10 years ago
  100. 0741bfb can: c_can: Add support for START pulse in RAMINIT sequence by Roger Quadros · 10 years ago