1. 5da0aef batman-adv: add netlink command to query generic mesh information files by Matthias Schiffer · 8 years ago
  2. 09748a2 batman-adv: add generic netlink family for batman-adv by Matthias Schiffer · 8 years ago
  3. a2d0816 batman-adv: Fix bat_(iv|v) function declaration header by Sven Eckelmann · 8 years ago
  4. ba41208 batman-adv: Consolidate logging related functions by Sven Eckelmann · 8 years ago
  5. 01d350d batman-adv: move bat_algo functions into a separate file by Sven Eckelmann · 8 years ago
  6. 1f8dce4 batman-adv: split tvlv into a separate file by Markus Pargmann · 8 years ago
  7. fcafa5e batman-adv: Keep includes ordered by filename by Sven Eckelmann · 8 years ago
  8. 67a5613 batman-adv: Include main.h in bat_v_ogm.h by Sven Eckelmann · 8 years ago
  9. 4e3e823 batman-adv: Add debugfs table for mcast flags by Linus Lüssing · 8 years ago
  10. 72f7b2d batman-adv: Adding logging of mcast flag changes by Linus Lüssing · 8 years ago
  11. 687937a batman-adv: Add multicast optimization support for bridged setups by Linus Lüssing · 8 years ago
  12. bd2a979 batman-adv: Always flood IGMP/MLD reports by Linus Lüssing · 8 years ago
  13. c0f25c8 batman-adv: Include frame priority in fragment header by Andrew Lunn · 8 years ago
  14. 1914848 batman-adv: Set skb priority in fragments by Andrew Lunn · 8 years ago
  15. 7db682d batman-adv: init ELP tweaking options only once by Marek Lindner · 8 years ago
  16. 3a24a63 batman-adv: move GW mode and selection class to private data structure by Antonio Quartulli · 8 years ago
  17. c149ca7 batman-adv: remove useless inline attribute for sysfs helper function by Antonio Quartulli · 8 years ago
  18. f0d9725 batman-adv: remove ogm_emit and ogm_schedule API calls by Antonio Quartulli · 8 years ago
  19. d9f1798 batman-adv: remove unused callback from batadv_algo_ops struct by Marek Lindner · 8 years ago
  20. 6f0a6b5 batman-adv: refactor batadv_neigh_node_* functions to follow common style by Marek Lindner · 8 years ago
  21. 21c02be batman-adv: update elp interval documentation by Marek Lindner · 8 years ago
  22. 29cac32 batman-adv: document sysfs files in alphabetical order by Marek Lindner · 8 years ago
  23. 118dc95 batman-adv: remove unused vid local variable in tt seq print by Simon Wunderlich · 8 years ago
  24. 92d2b1a batman-adv: statically print gateway table header by Antonio Quartulli · 8 years ago
  25. 7bed2ab batman-adv: Start new development cycle by Simon Wunderlich · 8 years ago
  26. 9986020 sched: remove NET_XMIT_POLICED by Florian Westphal · 8 years ago
  27. eb37c563 net: fec: handle small PHY reset durations more precisely by Stefan Wahren · 8 years ago
  28. 38b7097 ipv6: use TOS marks from sockets for routing decision by Hannes Frederic Sowa · 8 years ago
  29. e69f73b Merge branch 'remove-qdisc-throttle' by David S. Miller · 8 years ago
  30. 45f50be net_sched: remove generic throttled management by Eric Dumazet · 8 years ago
  31. 4211792 net_sched: netem: remove qdisc_is_throttled() use by Eric Dumazet · 8 years ago
  32. cca605d net_sched: cbq: remove a flaky use of qdisc_is_throttled() by Eric Dumazet · 8 years ago
  33. 8fe6a79 net_sched: sch_plug: use a private throttled status by Eric Dumazet · 8 years ago
  34. 7a04c01 Merge branch 'mdio-iProc-SOC' by David S. Miller · 8 years ago
  35. 4484f73 phy: Add Northstar2 PCI Phy support by Pramod Kumar · 8 years ago
  36. 464e3b4 binding: PHY: Binding doc for NS2 PCIe PHYs. by Pramod Kumar · 8 years ago
  37. 98bc865 net: mdio-mux: Add MDIO mux driver for iProc SoCs by Pramod Kumar · 8 years ago
  38. 5f1a067 dt: mdio-mux: Add mdio multiplexer driver node by Pramod Kumar · 8 years ago
  39. ce8d5db binding: mdio-mux: Add DT binding doc for Broadcom MDIO bus multiplexer by Pramod Kumar · 8 years ago
  40. 6deb208 binding: Make "mdio-parent-bus" property from mandatory to optional by Pramod Kumar · 8 years ago
  41. f20e665 mdio: mux: Enhanced MDIO mux framework for integrated multiplexers by Pramod Kumar · 8 years ago
  42. d46e416 sctp: sctp should change socket state when shutdown is received by Xin Long · 8 years ago
  43. d6cf3a8 Merge tag 'mac80211-next-for-davem-2016-06-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 8 years ago
  44. 52a3d79 Merge branch 'arm64-bpf' by David S. Miller · 8 years ago
  45. 643c332 arm64: bpf: optimize LD_ABS, LD_IND by Zi Shen Lim · 8 years ago
  46. 997ce88 arm64: bpf: optimize JMP_CALL by Zi Shen Lim · 8 years ago
  47. ddb5599 arm64: bpf: implement bpf_tail_call() helper by Zi Shen Lim · 8 years ago
  48. 002245c bpf: fix missing header inclusion by Zi Shen Lim · 8 years ago
  49. f6664f1 Merge branch 'tcp_nv' by David S. Miller · 8 years ago
  50. 699fafa tcp: add NV congestion control by Lawrence Brakmo · 8 years ago
  51. 6f094b9 tcp: add in_flight to tcp_skb_cb by Lawrence Brakmo · 8 years ago
  52. 3e7fb80 Merge branch 'virtio_net-GSO-helpers' by David S. Miller · 8 years ago
  53. 1276f24 packet: use common code for virtio_net_hdr and skb GSO conversion by Mike Rapoport · 8 years ago
  54. e858fae virtio_net: use common code for virtio_net_hdr and skb GSO conversion by Mike Rapoport · 8 years ago
  55. 3416609 tuntap: use common code for virtio_net_hdr and skb GSO conversion by Mike Rapoport · 8 years ago
  56. fd88d68 macvtap: use common code for virtio_net_hdr and skb GSO conversion by Mike Rapoport · 8 years ago
  57. fd2a043 virtio_net: introduce virtio_net_hdr_{from,to}_skb by Mike Rapoport · 8 years ago
  58. 678ece3 virtio_net: add _UAPI prefix to virtio_net header guards by Mike Rapoport · 8 years ago
  59. 231edca RDS: IB: Remove deprecated create_workqueue by Bhaktipriya Shridhar · 8 years ago
  60. 112b558 NET: PHY: adds driver for Intel XWAY PHY by Hauke Mehrtens · 8 years ago
  61. 0e119b4 rxrpc: Limit the listening backlog by David Howells · 8 years ago
  62. bc6e1ea rxrpc: Trim line-terminal whitespace by David Howells · 8 years ago
  63. ea7f827 net, cls: allow for deleting all filters for given parent by Daniel Borkmann · 8 years ago
  64. 92595ae Merge branch 'bpf-fixes' by David S. Miller · 8 years ago
  65. f7bd9e3 bpf: reject wrong sized filters earlier by Daniel Borkmann · 8 years ago
  66. a70b506 bpf: enforce recursion limit on redirects by Daniel Borkmann · 8 years ago
  67. f2a4d08 openvswitch: Add packet truncation support. by William Tu · 8 years ago
  68. 1578b0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  69. 698ea54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  70. 729d378 Merge tag 'sound-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  71. 00da900 Merge tag 'drm-fixes-for-v4.7-rc3' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  72. f758bbd Merge tag 'acpi-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  73. 524a3f2 Merge tag 'pm-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  74. 9557c3c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  75. 5021953 vmxnet3: segCnt can be 1 for LRO packets by Shrikrishna Khare · 8 years ago
  76. 3d5479e mlxsw: core: Remove deprecated create_workqueue by Bhaktipriya Shridhar · 8 years ago
  77. 292b9da net: cavium: liquidio: Remove deprecated create_workqueue by Bhaktipriya Shridhar · 8 years ago
  78. 719c44d packet: compat support for sock_fprog by Willem de Bruijn · 8 years ago
  79. f7d3c1c net/mlx4_en: fix ethtool -x by Eric Dumazet · 8 years ago
  80. ca8bdaf stmmac: fix parameter to dwmac4_set_umac_addr() by Ben Dooks · 8 years ago
  81. c8d8396 r8152: replace netdev_alloc_skb_ip_align with napi_alloc_skb by hayeswang · 8 years ago
  82. cef8a46 Merge branch 'bgmac-stats' by David S. Miller · 8 years ago
  83. 6d490f62 bgmac: Maintain some netdev statistics by Florian Fainelli · 8 years ago
  84. f6613d4 bgmac: Add support for ethtool statistics by Florian Fainelli · 8 years ago
  85. 2022e9d bgmac: Bind net_device with backing device structure by Florian Fainelli · 8 years ago
  86. 7d84e37 virtio_net: Update the feature bit to comply with spec by Aaron Conole · 8 years ago
  87. e434863 net: vrf: Fix crash when IPv6 is disabled at boot time by David Ahern · 8 years ago
  88. 2341e07 rxrpc: Simplify connect() implementation and simplify sendmsg() op by David Howells · 8 years ago
  89. 21aff3b net/netlink/af_netlink.h: Remove unused structure. by Fabien Siron · 8 years ago
  90. 7d71e99 net/mlx4_en: mlx4_en_netpoll() should schedule TX, not RX by Eric Dumazet · 8 years ago
  91. 23c731e Merge branch 'BCM53xx-driver' by David S. Miller · 8 years ago
  92. a2482d2 net: dsa: b53: Plug in VLAN support by Florian Fainelli · 8 years ago
  93. ff39c2d net: dsa: b53: Add bridge support by Florian Fainelli · 8 years ago
  94. 1da6df8 net: dsa: b53: Implement ARL add/del/dump operations by Florian Fainelli · 8 years ago
  95. 0830c98 net: dsa: b53: Add BCM7445 quirk by Florian Fainelli · 8 years ago
  96. 967dd82 net: dsa: b53: Add support for Broadcom RoboSwitch by Florian Fainelli · 8 years ago
  97. 409a5f2 Merge branch 'bcm_sf2-vlan' by David S. Miller · 8 years ago
  98. 9c57a77 net: dsa: bcm_sf2: Add VLAN support by Florian Fainelli · 8 years ago
  99. 064523f net: dsa: bcm_sf2: Add VLAN registers definitions by Florian Fainelli · 8 years ago
  100. 7fbb1a9 net: dsa: bcm_sf2: Move setup function at the far end by Florian Fainelli · 8 years ago