summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-06-30batman-adv: init ELP tweaking options only onceMarek Lindner4-7/+23
2016-06-30batman-adv: move GW mode and selection class to private data structureAntonio Quartulli5-21/+21
2016-06-30batman-adv: remove useless inline attribute for sysfs helper functionAntonio Quartulli1-6/+6
2016-06-30batman-adv: remove ogm_emit and ogm_schedule API callsAntonio Quartulli7-86/+67
2016-06-30batman-adv: remove unused callback from batadv_algo_ops structMarek Lindner2-8/+0
2016-06-30batman-adv: refactor batadv_neigh_node_* functions to follow common styleMarek Lindner5-13/+38
2016-06-30batman-adv: update elp interval documentationMarek Lindner1-1/+1
2016-06-30batman-adv: document sysfs files in alphabetical orderMarek Lindner1-9/+9
2016-06-30batman-adv: remove unused vid local variable in tt seq printSimon Wunderlich1-2/+0
2016-06-30batman-adv: statically print gateway table headerAntonio Quartulli1-2/+1
2016-06-30batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2016-06-12sched: remove NET_XMIT_POLICEDFlorian Westphal6-8/+4
2016-06-12net: fec: handle small PHY reset durations more preciselyStefan Wahren1-1/+6
2016-06-11ipv6: use TOS marks from sockets for routing decisionHannes Frederic Sowa6-11/+23
2016-06-10Merge branch 'remove-qdisc-throttle'David S. Miller10-45/+15
2016-06-10net_sched: remove generic throttled managementEric Dumazet9-35/+6
2016-06-10net_sched: netem: remove qdisc_is_throttled() useEric Dumazet1-3/+0
2016-06-10net_sched: cbq: remove a flaky use of qdisc_is_throttled()Eric Dumazet1-1/+1
2016-06-10net_sched: sch_plug: use a private throttled statusEric Dumazet1-6/+8
2016-06-10Merge branch 'mdio-iProc-SOC'David S. Miller15-15/+550
2016-06-10phy: Add Northstar2 PCI Phy supportPramod Kumar3-1/+124
2016-06-10binding: PHY: Binding doc for NS2 PCIe PHYs.Pramod Kumar1-0/+27
2016-06-10net: mdio-mux: Add MDIO mux driver for iProc SoCsPramod Kumar3-0/+260
2016-06-10dt: mdio-mux: Add mdio multiplexer driver nodePramod Kumar2-0/+55
2016-06-10binding: mdio-mux: Add DT binding doc for Broadcom MDIO bus multiplexerPramod Kumar1-0/+59
2016-06-10binding: Make "mdio-parent-bus" property from mandatory to optionalPramod Kumar1-1/+2
2016-06-10mdio: mux: Enhanced MDIO mux framework for integrated multiplexersPramod Kumar4-13/+23
2016-06-10sctp: sctp should change socket state when shutdown is receivedXin Long2-3/+9
2016-06-10Merge tag 'mac80211-next-for-davem-2016-06-09' of git://git.kernel.org/pub/sc...David S. Miller21-263/+955
2016-06-10Merge branch 'arm64-bpf'David S. Miller3-16/+99
2016-06-10arm64: bpf: optimize LD_ABS, LD_INDZi Shen Lim1-3/+0
2016-06-10arm64: bpf: optimize JMP_CALLZi Shen Lim1-3/+0
2016-06-10arm64: bpf: implement bpf_tail_call() helperZi Shen Lim2-10/+98
2016-06-10bpf: fix missing header inclusionZi Shen Lim1-0/+1
2016-06-10Merge branch 'tcp_nv'David S. Miller6-2/+502
2016-06-10tcp: add NV congestion controlLawrence Brakmo3-0/+493
2016-06-10tcp: add in_flight to tcp_skb_cbLawrence Brakmo3-2/+9
2016-06-10Merge branch 'virtio_net-GSO-helpers'David S. Miller6-270/+143
2016-06-10packet: use common code for virtio_net_hdr and skb GSO conversionMike Rapoport1-34/+2
2016-06-10virtio_net: use common code for virtio_net_hdr and skb GSO conversionMike Rapoport1-68/+10
2016-06-10tuntap: use common code for virtio_net_hdr and skb GSO conversionMike Rapoport1-76/+21
2016-06-10macvtap: use common code for virtio_net_hdr and skb GSO conversionMike Rapoport1-89/+6
2016-06-10virtio_net: introduce virtio_net_hdr_{from,to}_skbMike Rapoport1-0/+101
2016-06-10virtio_net: add _UAPI prefix to virtio_net header guardsMike Rapoport1-3/+3
2016-06-10RDS: IB: Remove deprecated create_workqueueBhaktipriya Shridhar1-1/+1
2016-06-10NET: PHY: adds driver for Intel XWAY PHYHauke Mehrtens3-0/+385
2016-06-10rxrpc: Limit the listening backlogDavid Howells5-23/+47
2016-06-10rxrpc: Trim line-terminal whitespaceDavid Howells2-2/+2
2016-06-10net, cls: allow for deleting all filters for given parentDaniel Borkmann1-4/+33
2016-06-10Merge branch 'bpf-fixes'David S. Miller3-33/+53