aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-30batman-adv: Fix bat_(iv|v) function declaration headerSven Eckelmann9-36/+84
2016-06-30batman-adv: Consolidate logging related functionsSven Eckelmann23-282/+364
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: 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 Westphal5-7/+4
2016-06-11ipv6: use TOS marks from sockets for routing decisionHannes Frederic Sowa6-11/+23
2016-06-10net_sched: remove generic throttled managementEric Dumazet7-17/+4
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-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/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller15-199/+745
2016-06-10tcp: add NV congestion controlLawrence Brakmo3-0/+493
2016-06-10tcp: add in_flight to tcp_skb_cbLawrence Brakmo2-2/+7
2016-06-10packet: use common code for virtio_net_hdr and skb GSO conversionMike Rapoport1-34/+2
2016-06-10RDS: IB: Remove deprecated create_workqueueBhaktipriya Shridhar1-1/+1
2016-06-10rxrpc: Limit the listening backlogDavid Howells4-8/+28
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-10bpf: reject wrong sized filters earlierDaniel Borkmann1-8/+15
2016-06-10bpf: enforce recursion limit on redirectsDaniel Borkmann2-25/+36
2016-06-10openvswitch: Add packet truncation support.William Tu5-17/+67
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller52-184/+367
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds51-155/+348
2016-06-09packet: compat support for sock_fprogWillem de Bruijn2-2/+40
2016-06-09net: vrf: Fix crash when IPv6 is disabled at boot timeDavid Ahern1-0/+6
2016-06-09rxrpc: Simplify connect() implementation and simplify sendmsg() opDavid Howells5-336/+224
2016-06-09net/netlink/af_netlink.h: Remove unused structure.Fabien Siron1-14/+0
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet3-34/+3
2016-06-09net: sched: fix qdisc->running lockdep annotationsEric Dumazet1-2/+2
2016-06-09Merge tag 'mac80211-for-davem-2016-06-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller2-4/+23
2016-06-09sit: remove unnecessary protocol check in ipip6_tunnel_xmit()Simon Horman1-3/+0
2016-06-09mac80211: implement codel on fair queuing flowsMichal Kazior2-1/+113