summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Generate reuseport group ID on group creationJakub Sitnicki2020-02-212-40/+22
* bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASHJakub Sitnicki2020-02-211-5/+10
* bpf, sockmap: Let all kernel-land lookup values in SOCKMAP/SOCKHASHJakub Sitnicki2020-02-211-2/+7
* bpf, sockmap: Return socket cookie on lookup from syscallJakub Sitnicki2020-02-211-4/+53
* bpf, sockmap: Don't set up upcalls and progs for listening socketsJakub Sitnicki2020-02-211-7/+45
* bpf, sockmap: Allow inserting listening TCP sockets into sockmapJakub Sitnicki2020-02-211-15/+44
* tcp_bpf: Don't let child socket inherit parent protocol ops on copyJakub Sitnicki2020-02-212-0/+16
* net, sk_msg: Clear sk_user_data pointer on clone if taggedJakub Sitnicki2020-02-212-1/+7
* net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki2020-02-214-6/+12
* 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