summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ethtool: Add support for low latency RS FECAya Levin2020-02-182-0/+2
* devlink: Force enclosing array on binary fmsg dataAya Levin2020-02-181-8/+86
* net: netlink: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-171-1/+1
* net: switchdev: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-171-1/+1
* bpf, sockmap: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-171-1/+1
* NFC: digital: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-171-2/+2
* net/smc: reduce port_event schedulingUrsula Braun2020-02-171-15/+29
* net/smc: simplify normal link terminationKarsten Graul2020-02-174-13/+8
* net/smc: remove unused parameter of smc_lgr_terminate()Karsten Graul2020-02-174-13/+11
* net/smc: do not delete lgr from list twiceKarsten Graul2020-02-171-1/+1
* net/smc: use termination worker under send_lockKarsten Graul2020-02-171-1/+1
* net/smc: improve smc_lgr_cleanup()Karsten Graul2020-02-171-4/+1
* net: bridge: teach ndo_dflt_bridge_getlink() more brport flagsJulian Wiedmann2020-02-171-1/+5
* net: vlan: suppress "failed to kill vid" warningsJulian Wiedmann2020-02-171-3/+2
* net: sched: don't take rtnl lock during flow_action setupVlad Buslov2020-02-173-13/+5
* net: sched: lock action when translating it to flow_action infraVlad Buslov2020-02-172-8/+11
* openvswitch: add TTL decrement actionMatteo Croce2020-02-162-0/+137
* tcp-zerocopy: Return sk_err (if set) along with tcp receive zerocopy.Arjun Roy2020-02-161-1/+7
* tcp-zerocopy: Return inq along with tcp receive zerocopy.Arjun Roy2020-02-161-1/+14
* net: virtio_vsock: Enhance connection semanticsSebastien Boeuf2020-02-161-0/+1
* Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub...David S. Miller2020-02-1625-320/+856
|\
| * mac80211: allow setting queue_len for drivers not using wake_tx_queueJohn Crispin2020-02-141-0/+4
| * mac80211: Fix setting txpower to zeroBen Greear2020-02-142-0/+3
| * mac80211: support NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_MAC_ADDRSMarkus Theil2020-02-072-1/+3
| * nl80211: add src and dst addr attributes for control port tx/rxMarkus Theil2020-02-075-19/+40
| * mac80211: parse also the RSNXE IEShaul Triebitz2020-02-072-1/+8
| * cfg80211/mac80211: Allow user space to register for station Rx authenticationIlan Peer2020-02-074-7/+46
| * mac80211: Remove support for changing AP SMPS modeIlan Peer2020-02-076-157/+10
| * mac80211: Handle SMPS mode changes only in AP modeIlan Peer2020-02-073-20/+30
| * mac80211: Accept broadcast probe responses on 6GHz bandAndrei Otcheretianski2020-02-071-1/+16
| * mac80211: HE: set RX NSSTova Mussai2020-02-071-3/+32
| * mac80211: set station bandwidth from HE capabilityJohannes Berg2020-02-072-0/+27
| * mac80211: remove supported channels element in 6 GHz if ECSA supportJohannes Berg2020-02-071-13/+19
| * mac80211: update condition for HE disablementDaniel Gabay2020-02-071-2/+2
| * mac80211: make ieee80211_wep_init() return voidLuca Coelho2020-02-073-8/+3
| * mac80211: allow changing TX-related netdev featuresJohannes Berg2020-02-073-6/+11
| * mac80211: check whether HE connection is allowed by the reg domainHaim Dreyfuss2020-02-071-1/+16
| * mac80211: refactor extended element parsingJohannes Berg2020-02-071-27/+48
| * mac80211: simplify and improve HT/VHT/HE disable codeJohannes Berg2020-02-072-29/+38
| * cfg80211: Enhance the AKM advertizement to support per interface.Veerendranath Jakkam2020-02-071-0/+43
| * cfg80211: add no HE indication to the channel flagHaim Dreyfuss2020-02-072-0/+5
| * mac80211: fix 11w when using encapsulation offloadingJohn Crispin2020-02-071-6/+10
| * mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen2020-01-154-10/+7
| * mac80211: fix tx status for no ack casesMarkus Theil2020-01-151-4/+11
| * mac80211: add handling for BSS colorJohn Crispin2020-01-152-2/+12
| * nl80211: add handling for BSS colorJohn Crispin2020-01-151-0/+40
| * mac80211: debugfs: improve airtime_flags handler readabilityLorenzo Bianconi2020-01-021-2/+54
| * Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2020-01-02159-1384/+6138
| |\
| * | mac80211: Remove redundant assertionAditya Pakki2019-12-161-1/+0
| * | mac80211: add 802.11 encapsulation offloading supportJohn Crispin2019-12-135-4/+324