aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-12netlink: remove hash::nelems check in netlink_insertLi RongQing1-5/+0
2018-09-12net/tls: Fixed return value when tls_complete_pending_work() failsVakul Garg1-4/+6
2018-09-10htb: use anonymous union for simplicityCong Wang1-49/+49
2018-09-10net_sched: remove redundant qdisc lock classesCong Wang1-7/+0
2018-09-10net: sched: cls_flower: dump offload count valueVlad Buslov1-1/+4
2018-09-10net: Add and use skb_list_del_init().David S. Miller2-9/+3
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller21-28/+28
2018-09-10sctp: Use skb_queue_is_first().David S. Miller1-1/+1
2018-09-10mac80211: Don't access sk_queue_head->next directly.David S. Miller1-1/+3
2018-09-10sch_netem: Move private queue handler to generic location.David S. Miller1-11/+1
2018-09-10sch_htb: Remove local SKB queue handling code.David S. Miller1-17/+1
2018-09-10net/ipv6: Remove rt6i_prefsrcDavid Ahern1-27/+0
2018-09-08net: sched: act_nat: remove dependency on rtnl lockVlad Buslov1-6/+9
2018-09-08net: sched: act_skbedit: remove dependency on rtnl lockVlad Buslov1-9/+14
2018-09-07net: dsa: Expose tagging protocol to user-spaceFlorian Fainelli3-0/+72
2018-09-06openvswitch: Derive IP protocol number for IPv6 later fragsYi-Hung Wei1-13/+9
2018-09-05ipv6: add inet6_fill_argsChristian Brauner1-34/+55
2018-09-05ipv4: add inet_fill_argsChristian Brauner1-15/+33
2018-09-05rtnetlink: s/IFLA_IF_NETNSID/IFLA_TARGET_NETNSID/gChristian Brauner1-16/+16
2018-09-05rtnetlink: move type calculation out of loopChristian Brauner1-1/+1
2018-09-05ipv6: enable IFA_TARGET_NETNSID for RTM_GETADDRChristian Brauner1-15/+58
2018-09-05ipv4: enable IFA_TARGET_NETNSID for RTM_GETADDRChristian Brauner1-8/+30
2018-09-05rtnetlink: add rtnl_get_net_ns_capable()Christian Brauner1-4/+13
2018-09-05netlink: Make groups check less stupid in netlink_bind()Dmitry Safonov1-4/+2
2018-09-05packet: add sockopt to ignore outgoing packetsVincent Whitchurch2-0/+20
2018-09-05cfg80211: validate wmm rule when settingStanislaw Gruszka1-29/+35
2018-09-05mac80211: remove unnecessary NULL checkGustavo A. R. Silva1-1/+2
2018-09-05mac80211: add an option for drivers to check if packets can be aggregatedSara Sharon2-0/+13
2018-09-05mac80211: allow AMSDU size limitation per-TIDSara Sharon1-0/+4
2018-09-05mac80211: add an option for station management TXQSara Sharon2-3/+12
2018-09-05wireless: align to draft 11ax D3.0Shaul Triebitz1-22/+55
2018-09-05mac80211: fix saving a few HE valuesNaftali Goldstein1-10/+7
2018-09-05mac80211: support reporting 0-length PSDU in radiotapShaul Triebitz1-1/+11
2018-09-05mac80211: Fix PTK rekey freezes and clear text leakAlexander Wetzel2-20/+94
2018-09-05mac80211: support radiotap L-SIG dataShaul Triebitz1-0/+21
2018-09-05mac80211: Store sk_pacing_shift in ieee80211_hwWen Gong2-7/+13
2018-09-05mac80211: copy VHT EXT NSS BW Support/Capable data to stationJohannes Berg1-0/+20
2018-09-05mac80211: add ability to parse CCFS2Johannes Berg6-22/+50
2018-09-05mac80211: introduce capability flags for VHT EXT NSS supportJohannes Berg3-0/+57
2018-09-05ieee80211: add new VHT capability fields/parsingJohannes Berg1-0/+109
2018-09-05mac80211: in AP mode, set bss_conf::he_supportedShaul Triebitz1-0/+3
2018-09-05cfg80211: add he_capabilities (ext) IE to AP settingsShaul Triebitz1-0/+3
2018-09-05mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg5-21/+47
2018-09-05mac80211: use le16_encode_bits() instead of open-codingJohannes Berg1-1/+1
2018-09-05mac80211: remove pointless 'params' NULL checksJohannes Berg1-4/+2
2018-09-05mac80211: Add he_capa debugfs entryIdo Yariv1-0/+325
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller42-291/+409
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds41-290/+409
2018-09-04net: sched: action_ife: take reference to meta moduleVlad Buslov1-1/+15
2018-09-04act_ife: fix a potential use-after-freeCong Wang1-1/+1