summaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-03mac80211: use eth_zero_addr() to clear mac addressMiaohe Lin1-1/+2
2020-08-03mac8211: fix struct initialisationJohn Crispin1-1/+1
2020-08-03mac80211: Handle special status codes in SAE commitJouni Malinen2-1/+6
2020-08-01mptcp: fix syncookie build error on UPFlorian Westphal1-3/+1
2020-08-01vxlan: fix memleak of fdbTaehee Yoo1-2/+4
2020-08-01fib: fix another fib_rules_ops indirect call wrapper problemBrian Vazquez1-0/+6
2020-08-01tcp: fix build fong CONFIG_MPTCP=nEric Dumazet1-2/+3
2020-08-01rtnetlink: add support for protodown reasonRoopa Prabhu4-5/+147
2020-08-01tun: add missing rcu annotation in tun_set_ebpf()Jason Wang1-1/+1
2020-08-01tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung4-3/+9
2020-08-01selftests: mptcp: add test cases for mptcp join tests with syn cookiesFlorian Westphal1-2/+64
2020-08-01selftests: mptcp: make 2nd net namespace use tcp syn cookies unconditionallyFlorian Westphal1-0/+47
2020-08-01mptcp: enable JOIN requests even if cookies are in useFlorian Westphal6-0/+174
2020-08-01tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal4-11/+37
2020-08-01mptcp: subflow: add mptcp_subflow_init_cookie_req helperFlorian Westphal4-1/+86
2020-08-01mptcp: rename and export mptcp_subflow_request_sock_opsFlorian Westphal2-5/+7
2020-08-01mptcp: subflow: split subflow_init_reqFlorian Westphal1-10/+22
2020-08-01mptcp: token: move retry to callerFlorian Westphal2-9/+12
2020-08-01tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal4-5/+4
2020-08-01rds: Prevent kernel-infoleak in rds_notify_queue_get()Peilin Ye1-1/+2
2020-08-01net/sched: cls_u32: Use struct_size() helperGustavo A. R. Silva1-14/+6
2020-08-01qede: Use %pM format specifier for MAC addressesAndy Shevchenko1-3/+1
2020-08-01qed: Use %pM format specifier for MAC addressesAndy Shevchenko2-7/+4
2020-08-01hsr: Use %pM format specifier for MAC addressesAndy Shevchenko1-8/+2
2020-08-01s390/qeth: use all configured RX buffersJulian Wiedmann1-12/+4
2020-08-01s390/qeth: don't process empty bridge port eventsJulian Wiedmann1-0/+4
2020-08-01s390/qeth: integrate RX refill worker with NAPIJulian Wiedmann4-18/+26
2020-08-01s390/qeth: tolerate pre-filled RX bufferJulian Wiedmann1-6/+14
2020-08-01net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin1-2/+1
2020-08-01net/sched: The error lable position is corrected in ct_init_moduleliujian1-2/+2
2020-08-01bluetooth: sco: Fix sockptr reference.David S. Miller1-1/+1
2020-07-31Bluetooth: Remove CRYPTO_ALG_INTERNAL flagHerbert Xu2-4/+4
2020-07-31Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2020-07-31libtraceevent: Fix build with binutils 2.35Ben Hutchings1-1/+1
2020-07-31perf tools: Fix record failure when mixed with ARM SPE eventWei Li1-4/+4
2020-07-31perf tests: Fix test 68 zstd compression for s390Thomas Richter1-1/+2
2020-07-31tools lib traceevent: Fix memory leak in process_dynamic_array_lenPhilippe Duplessis-Guindon1-0/+1
2020-07-31mac80211: warn only once in check_sdata_in_driver() at each callerJohannes Berg1-6/+5
2020-07-31nl80211: support 4-way handshake offloading for WPA/WPA2-PSK in AP modeChung-Hsien Hsu2-14/+31
2020-07-31cfg80211: invert HE BSS color 'disabled' to 'enabled'Johannes Berg5-13/+10
2020-07-31mac80211: add a function for running rx without passing skbs to the stackFelix Fietkau3-23/+64
2020-07-31mac80211: parse radiotap header when selecting Tx queueMathy Vanhoef3-34/+43
2020-07-31mac80211: remove unused flags argument in transmit functionsMathy Vanhoef7-22/+18
2020-07-31mac80211: use same flag everywhere to avoid sequence number overwriteMathy Vanhoef3-7/+3
2020-07-31mac80211: do not overwrite the sequence number if requestedMathy Vanhoef1-0/+3
2020-07-31mac80211: add radiotap flag to prevent sequence number overwriteMathy Vanhoef3-0/+6
2020-07-31mac80211: never drop injected frames even if normally not allowedMathy Vanhoef1-1/+1
2020-07-31cfg80211: Add support to advertize OCV supportVeerendranath Jakkam1-0/+4
2020-07-31cfg80211/mac80211: avoid bss color setting in non-HE modesP Praneesh3-4/+11
2020-07-31mac80211: calculate skb hash early when using itxqFelix Fietkau1-0/+1