aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-07-01net: introduce NETDEV_CHANGE_TX_QUEUE_LENJason Wang2-5/+26
2016-07-01net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc()Michal Soltys1-1/+1
2016-07-01net/sched/sch_hfsc.c: go passive after vt updateMichal Soltys1-16/+15
2016-07-01net/sched/sch_hfsc.c: remove leftover dlist and droplistMichal Soltys1-8/+0
2016-07-01net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len()Michal Soltys1-1/+1
2016-07-01net/sched/sch_hfsc.c: handle corner cases where head may change invalidating ...Michal Soltys1-1/+10
2016-07-01tcp: md5: use kmalloc() backed scratch areasEric Dumazet3-30/+40
2016-06-30ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_outputShmulik Ladkani2-3/+3
2016-06-30fib_rules: Added NLM_F_EXCL support to fib_nl_newruleMateusz Bajorski1-0/+49
2016-06-30tcp: add an ability to dump and restore window parametersAndrey Vagin1-0/+57
2016-06-30net: bridge: add support for IGMP/MLD stats and export them via netlinkNikolay Aleksandrov8-46/+363
2016-06-30net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attributeNikolay Aleksandrov2-5/+104
2016-06-30mac80211: fix fq lockdep warningsMichal Kazior1-0/+4
2016-06-30mac80211: use common cleanup for user/!user_mpmBob Copeland2-23/+13
2016-06-30mac80211: Encrypt "Group addressed privacy" action framesMasashi Honma2-2/+11
2016-06-30mac80211: silence an uninitialized variable warningDan Carpenter1-0/+1
2016-06-30nl80211: improve nl80211_parse_mesh_config type checkingArnd Bergmann1-30/+74
2016-06-30bpf: add bpf_skb_change_type helperDaniel Borkmann1-0/+24
2016-06-30bpf: add bpf_skb_change_proto helperDaniel Borkmann1-0/+200
2016-06-30bpf: don't use raw processor id in generic helperDaniel Borkmann1-1/+9
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller65-355/+465
2016-06-30batman-adv: Fix bat_(iv|v) function declaration headerSven Eckelmann9-36/+84
2016-06-30batman-adv: Add debugfs table for mcast flagsLinus Lüssing3-0/+130
2016-06-30batman-adv: Consolidate logging related functionsSven Eckelmann23-282/+364
2016-06-30batman-adv: Adding logging of mcast flag changesLinus Lüssing4-3/+142
2016-06-30batman-adv: move bat_algo functions into a separate fileSven Eckelmann11-108/+160
2016-06-30batman-adv: Add multicast optimization support for bridged setupsLinus Lüssing3-19/+177
2016-06-30batman-adv: split tvlv into a separate fileMarkus Pargmann13-625/+700
2016-06-30batman-adv: Always flood IGMP/MLD reportsLinus Lüssing2-14/+75
2016-06-30batman-adv: Keep includes ordered by filenameSven Eckelmann7-11/+11
2016-06-30batman-adv: Include frame priority in fragment headerAndrew Lunn3-2/+16
2016-06-30batman-adv: Include main.h in bat_v_ogm.hSven Eckelmann1-2/+2
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-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds61-345/+433
2016-06-29Merge tag 'mac80211-for-davem-2016-06-29-v2' of git://git.kernel.org/pub/scm/...David S. Miller2-3/+6
2016-06-29openvswitch: fix conntrack netlink event deliverySamuel Gauthier1-2/+12
2016-06-29net_sched: netem: do not call qdisc_drop() with a NULL skbEric Dumazet1-4/+8
2016-06-29neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()David Barroso1-1/+5
2016-06-29cfg80211: fix proto in ieee80211_data_to_8023 for frames without LLC headerFelix Fietkau1-1/+1
2016-06-29net: bridge: fix vlan stats continue counterNikolay Aleksandrov1-1/+1
2016-06-29tcp: do not send too big packets at retransmit timeEric Dumazet1-1/+6