summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-30batman-adv: move bat_algo functions into a separate fileSven Eckelmann11-108/+160
2016-06-30batman-adv: split tvlv into a separate fileMarkus Pargmann13-625/+700
2016-06-30batman-adv: Keep includes ordered by filenameSven Eckelmann7-11/+11
2016-06-30batman-adv: Include main.h in bat_v_ogm.hSven Eckelmann1-2/+2
2016-06-30batman-adv: Add debugfs table for mcast flagsLinus Lüssing3-0/+130
2016-06-30batman-adv: Adding logging of mcast flag changesLinus Lüssing4-3/+142
2016-06-30batman-adv: Add multicast optimization support for bridged setupsLinus Lüssing3-19/+177
2016-06-30batman-adv: Always flood IGMP/MLD reportsLinus Lüssing2-14/+75
2016-06-30batman-adv: Include frame priority in fragment headerAndrew Lunn3-2/+16
2016-06-30batman-adv: Set skb priority in fragmentsAndrew Lunn1-2/+1
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-13sched: remove NET_XMIT_POLICEDFlorian Westphal6-8/+4
2016-06-13net: fec: handle small PHY reset durations more preciselyStefan Wahren1-1/+6
2016-06-12ipv6: use TOS marks from sockets for routing decisionHannes Frederic Sowa6-11/+23
2016-06-11Merge branch 'remove-qdisc-throttle'David S. Miller10-45/+15
2016-06-11net_sched: remove generic throttled managementEric Dumazet9-35/+6
2016-06-11net_sched: netem: remove qdisc_is_throttled() useEric Dumazet1-3/+0
2016-06-11net_sched: cbq: remove a flaky use of qdisc_is_throttled()Eric Dumazet1-1/+1
2016-06-11net_sched: sch_plug: use a private throttled statusEric Dumazet1-6/+8
2016-06-11Merge branch 'mdio-iProc-SOC'David S. Miller15-15/+550
2016-06-11phy: Add Northstar2 PCI Phy supportPramod Kumar3-1/+124
2016-06-11binding: PHY: Binding doc for NS2 PCIe PHYs.Pramod Kumar1-0/+27
2016-06-11net: mdio-mux: Add MDIO mux driver for iProc SoCsPramod Kumar3-0/+260
2016-06-11dt: mdio-mux: Add mdio multiplexer driver nodePramod Kumar2-0/+55
2016-06-11binding: mdio-mux: Add DT binding doc for Broadcom MDIO bus multiplexerPramod Kumar1-0/+59
2016-06-11binding: Make "mdio-parent-bus" property from mandatory to optionalPramod Kumar1-1/+2
2016-06-11mdio: mux: Enhanced MDIO mux framework for integrated multiplexersPramod Kumar4-13/+23
2016-06-11sctp: sctp should change socket state when shutdown is receivedXin Long2-3/+9
2016-06-11Merge tag 'mac80211-next-for-davem-2016-06-09' of git://git.kernel.org/pub/sc...David S. Miller21-263/+955
2016-06-11Merge branch 'arm64-bpf'David S. Miller3-16/+99
2016-06-11arm64: bpf: optimize LD_ABS, LD_INDZi Shen Lim1-3/+0
2016-06-11arm64: bpf: optimize JMP_CALLZi Shen Lim1-3/+0
2016-06-11arm64: bpf: implement bpf_tail_call() helperZi Shen Lim2-10/+98
2016-06-11bpf: fix missing header inclusionZi Shen Lim1-0/+1
2016-06-11Merge branch 'tcp_nv'David S. Miller6-2/+502
2016-06-11tcp: add NV congestion controlLawrence Brakmo3-0/+493
2016-06-11tcp: add in_flight to tcp_skb_cbLawrence Brakmo3-2/+9
2016-06-11Merge branch 'virtio_net-GSO-helpers'David S. Miller6-270/+143
2016-06-11packet: use common code for virtio_net_hdr and skb GSO conversionMike Rapoport1-34/+2
2016-06-11virtio_net: use common code for virtio_net_hdr and skb GSO conversionMike Rapoport1-68/+10