summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: Consolidate logging related functionsSven Eckelmann2016-06-3023-282/+364
* batman-adv: move bat_algo functions into a separate fileSven Eckelmann2016-06-3011-108/+160
* batman-adv: split tvlv into a separate fileMarkus Pargmann2016-06-3013-625/+700
* batman-adv: Keep includes ordered by filenameSven Eckelmann2016-06-307-11/+11
* batman-adv: Include main.h in bat_v_ogm.hSven Eckelmann2016-06-301-2/+2
* batman-adv: Add debugfs table for mcast flagsLinus Lüssing2016-06-303-0/+130
* batman-adv: Adding logging of mcast flag changesLinus Lüssing2016-06-304-3/+142
* batman-adv: Add multicast optimization support for bridged setupsLinus Lüssing2016-06-303-19/+177
* batman-adv: Always flood IGMP/MLD reportsLinus Lüssing2016-06-302-14/+75
* batman-adv: Include frame priority in fragment headerAndrew Lunn2016-06-303-2/+16
* batman-adv: Set skb priority in fragmentsAndrew Lunn2016-06-301-2/+1
* batman-adv: init ELP tweaking options only onceMarek Lindner2016-06-304-7/+23
* batman-adv: move GW mode and selection class to private data structureAntonio Quartulli2016-06-305-21/+21
* batman-adv: remove useless inline attribute for sysfs helper functionAntonio Quartulli2016-06-301-6/+6
* batman-adv: remove ogm_emit and ogm_schedule API callsAntonio Quartulli2016-06-307-86/+67
* batman-adv: remove unused callback from batadv_algo_ops structMarek Lindner2016-06-302-8/+0
* batman-adv: refactor batadv_neigh_node_* functions to follow common styleMarek Lindner2016-06-305-13/+38
* batman-adv: remove unused vid local variable in tt seq printSimon Wunderlich2016-06-301-2/+0
* batman-adv: statically print gateway table headerAntonio Quartulli2016-06-301-2/+1
* batman-adv: Start new development cycleSimon Wunderlich2016-06-301-1/+1
* sched: remove NET_XMIT_POLICEDFlorian Westphal2016-06-125-7/+4
* ipv6: use TOS marks from sockets for routing decisionHannes Frederic Sowa2016-06-116-11/+23
* net_sched: remove generic throttled managementEric Dumazet2016-06-107-17/+4
* net_sched: netem: remove qdisc_is_throttled() useEric Dumazet2016-06-101-3/+0
* net_sched: cbq: remove a flaky use of qdisc_is_throttled()Eric Dumazet2016-06-101-1/+1
* net_sched: sch_plug: use a private throttled statusEric Dumazet2016-06-101-6/+8
* sctp: sctp should change socket state when shutdown is receivedXin Long2016-06-102-3/+9
* Merge tag 'mac80211-next-for-davem-2016-06-09' of git://git.kernel.org/pub/sc...David S. Miller2016-06-1015-199/+745
|\
| * mac80211: implement codel on fair queuing flowsMichal Kazior2016-06-092-1/+113
| * mac80211: add debug knobs for fair queuingMichal Kazior2016-06-091-0/+173
| * mac80211: implement fair queueing per txqMichal Kazior2016-06-098-64/+162
| * mac80211: skip netdev queue control with software queuingMichal Kazior2016-06-096-45/+66
| * nl80211: clarify nl80211_set_reg() success pathJohannes Berg2016-06-091-4/+2
| * nl80211: Fix checkpatch warnings about blank linesKirtika Ruchandani2016-06-091-12/+10
| * nl80211: Fix spellingKirtika Ruchandani2016-06-091-1/+1
| * cfg80211: Advertise extended capabilities per interface type to userspaceKanchanapally, Vidyullatha2016-05-312-1/+72
| * cfg80211: Allow cfg80211_connect_result() errors to be distinguishedJouni Malinen2016-05-314-10/+11
| * mac80211: add vht cap decode to debugfsBen Greear2016-05-311-2/+76
| * nl80211: Allow privileged operations from user namespacesMartin Willi2016-05-311-76/+76
* | tcp: add NV congestion controlLawrence Brakmo2016-06-103-0/+493
* | tcp: add in_flight to tcp_skb_cbLawrence Brakmo2016-06-102-2/+7
* | packet: use common code for virtio_net_hdr and skb GSO conversionMike Rapoport2016-06-101-34/+2
* | RDS: IB: Remove deprecated create_workqueueBhaktipriya Shridhar2016-06-101-1/+1
* | rxrpc: Limit the listening backlogDavid Howells2016-06-104-8/+28
* | rxrpc: Trim line-terminal whitespaceDavid Howells2016-06-102-2/+2
* | net, cls: allow for deleting all filters for given parentDaniel Borkmann2016-06-101-4/+33
* | bpf: reject wrong sized filters earlierDaniel Borkmann2016-06-101-8/+15
* | bpf: enforce recursion limit on redirectsDaniel Borkmann2016-06-102-25/+36
* | openvswitch: Add packet truncation support.William Tu2016-06-105-17/+67
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-1052-184/+367
|\ \