summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netlink: remove hash::nelems check in netlink_insertLi RongQing2018-09-121-5/+0
* net/tls: Fixed return value when tls_complete_pending_work() failsVakul Garg2018-09-121-4/+6
* htb: use anonymous union for simplicityCong Wang2018-09-101-49/+49
* net_sched: remove redundant qdisc lock classesCong Wang2018-09-101-7/+0
* net: sched: cls_flower: dump offload count valueVlad Buslov2018-09-101-1/+4
* net: Add and use skb_list_del_init().David S. Miller2018-09-102-9/+3
* net: Add and use skb_mark_not_on_list().David S. Miller2018-09-1021-28/+28
* sctp: Use skb_queue_is_first().David S. Miller2018-09-101-1/+1
* mac80211: Don't access sk_queue_head->next directly.David S. Miller2018-09-101-1/+3
* sch_netem: Move private queue handler to generic location.David S. Miller2018-09-101-11/+1
* sch_htb: Remove local SKB queue handling code.David S. Miller2018-09-101-17/+1
* net/ipv6: Remove rt6i_prefsrcDavid Ahern2018-09-101-27/+0
* net: sched: act_nat: remove dependency on rtnl lockVlad Buslov2018-09-081-6/+9
* net: sched: act_skbedit: remove dependency on rtnl lockVlad Buslov2018-09-081-9/+14
* net: dsa: Expose tagging protocol to user-spaceFlorian Fainelli2018-09-073-0/+72
* openvswitch: Derive IP protocol number for IPv6 later fragsYi-Hung Wei2018-09-061-13/+9
* ipv6: add inet6_fill_argsChristian Brauner2018-09-051-34/+55
* ipv4: add inet_fill_argsChristian Brauner2018-09-051-15/+33
* rtnetlink: s/IFLA_IF_NETNSID/IFLA_TARGET_NETNSID/gChristian Brauner2018-09-051-16/+16
* rtnetlink: move type calculation out of loopChristian Brauner2018-09-051-1/+1
* ipv6: enable IFA_TARGET_NETNSID for RTM_GETADDRChristian Brauner2018-09-051-15/+58
* ipv4: enable IFA_TARGET_NETNSID for RTM_GETADDRChristian Brauner2018-09-051-8/+30
* rtnetlink: add rtnl_get_net_ns_capable()Christian Brauner2018-09-051-4/+13
* netlink: Make groups check less stupid in netlink_bind()Dmitry Safonov2018-09-051-4/+2
* packet: add sockopt to ignore outgoing packetsVincent Whitchurch2018-09-052-0/+20
* cfg80211: validate wmm rule when settingStanislaw Gruszka2018-09-051-29/+35
* mac80211: remove unnecessary NULL checkGustavo A. R. Silva2018-09-051-1/+2
* mac80211: add an option for drivers to check if packets can be aggregatedSara Sharon2018-09-052-0/+13
* mac80211: allow AMSDU size limitation per-TIDSara Sharon2018-09-051-0/+4
* mac80211: add an option for station management TXQSara Sharon2018-09-052-3/+12
* wireless: align to draft 11ax D3.0Shaul Triebitz2018-09-051-22/+55
* mac80211: fix saving a few HE valuesNaftali Goldstein2018-09-051-10/+7
* mac80211: support reporting 0-length PSDU in radiotapShaul Triebitz2018-09-051-1/+11
* mac80211: Fix PTK rekey freezes and clear text leakAlexander Wetzel2018-09-052-20/+94
* mac80211: support radiotap L-SIG dataShaul Triebitz2018-09-051-0/+21
* mac80211: Store sk_pacing_shift in ieee80211_hwWen Gong2018-09-052-7/+13
* mac80211: copy VHT EXT NSS BW Support/Capable data to stationJohannes Berg2018-09-051-0/+20
* mac80211: add ability to parse CCFS2Johannes Berg2018-09-056-22/+50
* mac80211: introduce capability flags for VHT EXT NSS supportJohannes Berg2018-09-053-0/+57
* ieee80211: add new VHT capability fields/parsingJohannes Berg2018-09-051-0/+109
* mac80211: in AP mode, set bss_conf::he_supportedShaul Triebitz2018-09-051-0/+3
* cfg80211: add he_capabilities (ext) IE to AP settingsShaul Triebitz2018-09-051-0/+3
* mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg2018-09-055-21/+47
* mac80211: use le16_encode_bits() instead of open-codingJohannes Berg2018-09-051-1/+1
* mac80211: remove pointless 'params' NULL checksJohannes Berg2018-09-051-4/+2
* mac80211: Add he_capa debugfs entryIdo Yariv2018-09-051-0/+325
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-0442-291/+409
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-09-0441-290/+409
| |\
| | * net: sched: action_ife: take reference to meta moduleVlad Buslov2018-09-041-1/+15
| | * act_ife: fix a potential use-after-freeCong Wang2018-09-041-1/+1