aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-09-21net_sched/hfsc: fix curve activation in hfsc_change_class()Konstantin Khlebnikov1-4/+19
2017-09-21net_sched: always reset qdisc backlog in qdisc_reset()Konstantin Khlebnikov1-0/+1
2017-09-21wireless: set correct mandatory rate flagsRichard Schütz1-16/+14
2017-09-21mac80211: recalculate some sta parameters after insertionGregory Greenman1-25/+32
2017-09-21nl80211: add an option to allow MFP without requiring itEmmanuel Grumbach1-1/+7
2017-09-21cfg80211: remove unused function ieee80211_data_from_8023()Johannes Berg1-115/+0
2017-09-21mac80211: use offsetofend()Johannes Berg4-10/+8
2017-09-21mac80211: Simplify locking in ieee80211_sta_tear_down_BA_sessions()Ilan peer1-5/+7
2017-09-21mac80211: add documentation to ieee80211_rx_ba_offl()Luca Coelho1-2/+2
2017-09-21mac80211: oce: enable receiving of bcast probe respRoee Zamir1-9/+28
2017-09-21nl80211: add OCE scan and capability flagsRoee Zamir1-59/+78
2017-09-21nl80211: return error for invalid center_freq in 40 MHzTova Mussai1-0/+9
2017-09-21mac80211: simplify and clarify IE splittingJohannes Berg2-24/+16
2017-09-21mac80211: extend ieee80211_ie_split to support EXTENSIONLiad Kaufman1-8/+46
2017-09-21mac80211: avoid allocating TXQs that won't be usedJohannes Berg1-1/+3
2017-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-7/+19
2017-09-20net: dsa: Utilize dsa_slave_dev_check()Florian Fainelli1-1/+1
2017-09-20net: change skb->mac_header when Generic XDP calls adjust_headEdward Cree1-0/+1
2017-09-20Revert "bridge: also trigger RTM_NEWLINK when interface is released from bridge"David S. Miller1-3/+1
2017-09-20net: compat: assert the size of cmsg copied in is as expectedMeng Xu1-0/+7
2017-09-20udp: do rmem bulk free even if the rx sk queue is emptyPaolo Abeni1-2/+1
2017-09-20bridge: also trigger RTM_NEWLINK when interface is released from bridgeVincent Bernat1-1/+3
2017-09-20packet: hold bind lock when rebinding to fanout hookWillem de Bruijn1-5/+11
2017-09-20ipv6: Use ipv6_authlen for len in ipv6_skip_exthdrXiang Gao1-1/+1
2017-09-20mac802154: Fix MAC header and payload encryptedDiogenes Pereira1-3/+8
2017-09-20mac802154: replace hardcoded value with macroDiogenes Pereira1-1/+2
2017-09-19ipv6: fix net.ipv6.conf.all interface DAD handlersMatteo Croce1-7/+20
2017-09-19net: ipv6: fix regression of no RTM_DELADDR sent after DAD failureMike Manning1-2/+3
2017-09-19bpf: fix ri->map_owner pointer on bpf_prog_reallocDaniel Borkmann1-9/+15
2017-09-19ipv4: speedup ipv6 tunnels dismantleEric Dumazet4-24/+24
2017-09-19ipv6: speedup ipv6 tunnels dismantleEric Dumazet4-24/+36
2017-09-19tcp: batch tcp_net_metrics_exitEric Dumazet1-5/+9
2017-09-19ipv6: addrlabel: per netns listEric Dumazet1-51/+30
2017-09-19net_sched: no need to free qdisc in RCU callbackCong Wang1-8/+2
2017-09-19tcp: fastopen: fix on syn-data transmit failureEric Dumazet1-0/+9
2017-09-19net: dsa: move master ethtool codeVivien Didelot7-119/+129
2017-09-19net: dsa: setup master ethtool after dsa_ptrVivien Didelot2-12/+10
2017-09-19net: dsa: setup master ethtool unconditionallyVivien Didelot1-9/+5
2017-09-19net: dsa: remove copy of master ethtool_opsVivien Didelot2-12/+15
2017-09-19net: sk_buff rbnode reorgEric Dumazet2-25/+9
2017-09-19vsock: vmci: Remove unneeded linux/miscdevice.h includeCorentin Labbe1-1/+0
2017-09-19libceph: don't allow bidirectional swap of pg-upmap-itemsIlya Dryomov1-9/+24
2017-09-19Merge tag 'mac80211-for-davem-2017-11-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-0/+6
2017-09-18net_sched: sch_htb: add per class overlimits counterEric Dumazet1-0/+5
2017-09-18tcp: remove two unused functionsYuchung Cheng1-34/+0
2017-09-18net_sched: use explicit size of struct tcmsg, remove need to declare tcmColin Ian King1-2/+1
2017-09-18net/sched: cls_matchall: fix crash when used with classful qdiscDavide Caratti1-0/+1
2017-09-18ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdlineXin Long1-0/+3
2017-09-18ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_headerXin Long1-10/+11
2017-09-18nl80211: fix null-ptr dereference on invalid mesh configurationJohannes Berg1-0/+3