summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-0228-111/+243
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-0226-95/+194
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-011-1/+1
| | |\
| | | * net/bpfilter: Initialize pos in __bpfilter_process_sockoptChristoph Hellwig2020-07-311-1/+1
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-08-015-52/+95
| | |\ \
| | | * | espintcp: count packets dropped in espintcp_rcvSabrina Dubroca2020-07-301-0/+6
| | | * | espintcp: handle short messages instead of breaking the encap socketSabrina Dubroca2020-07-301-1/+24
| | | * | xfrm: esp6: fix the location of the transport header with encapsulationSabrina Dubroca2020-07-281-0/+1
| | | * | af_key: pfkey_dump needs parameter validationMark Salyzyn2020-07-221-0/+7
| | | * | xfrm: policy: fix IPv6-only espintcp compilationSabrina Dubroca2020-07-171-2/+2
| | | * | espintcp: recv() should return 0 when the peer socket is closedSabrina Dubroca2020-07-171-1/+4
| | | * | espintcp: support non-blocking sendsSabrina Dubroca2020-07-171-13/+13
| | | * | xfrm: esp6: fix encapsulation header offset computationSabrina Dubroca2020-07-071-3/+9
| | | * | xfrm: policy: match with both mark and mask on user interfacesXin Long2020-06-243-32/+29
| | * | | rds: Prevent kernel-infoleak in rds_notify_queue_get()Peilin Ye2020-08-011-1/+2
| | * | | net/sched: The error lable position is corrected in ct_init_moduleliujian2020-08-011-2/+2
| | * | | Merge tag 'mac80211-for-davem-2020-07-30' of git://git.kernel.org/pub/scm/lin...David S. Miller2020-07-317-9/+27
| | |\ \ \
| | | * | | mac80211: remove STA txq pending airtime underflow warningFelix Fietkau2020-07-301-3/+1
| | | * | | mac80211: Fix bug in Tx ack status reporting in 802.3 xmit pathVasanthakumar Thiagarajan2020-07-301-3/+4
| | | * | | cfg80211: check vendor command doit pointer before useJulian Squires2020-07-301-3/+3
| | | * | | mac80211: mesh: Free pending skb when destroying a mpathRemi Pommarel2020-07-301-0/+1
| | | * | | mac80211: mesh: Free ie data when leaving meshRemi Pommarel2020-07-301-0/+1
| | | * | | mac80211: fix warning in 6 GHz IE addition in mesh modeRajkumar Manoharan2020-07-302-0/+17
| | * | | | devlink: ignore -EOPNOTSUPP errors on dumpitJakub Kicinski2020-07-311-6/+18
| | * | | | rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells2020-07-314-12/+28
| | * | | | ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang2020-07-312-5/+13
| | |/ / /
| | * | | mlxsw: spectrum: Use different trap group for externally routed packetsIdo Schimmel2020-07-291-0/+1
| | * | | ipv4: Silence suspicious RCU usage warningIdo Schimmel2020-07-291-1/+1
| | * | | ipv6: Fix nexthop refcnt leak when creating ipv6 route infoXiyu Yang2020-07-291-4/+4
| | * | | fix a braino in cmsghdr_from_user_compat_to_kern()Al Viro2020-07-271-1/+1
| | * | | mptcp: fix joined subflows with unblocking skMatthieu Baerts2020-07-271-1/+1
| * | | | Bluetooth: fix kernel oops in store_pending_adv_reportAlain Michaud2020-07-301-7/+19
| * | | | Merge tag '9p-for-5.8-2' of git://github.com/martinetd/linux into masterLinus Torvalds2020-07-291-9/+30
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | 9p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_workWang Hai2020-07-191-1/+14
| | * | | net/9p: validate fds in p9_fd_openChristoph Hellwig2020-07-191-8/+16
* | | | | mptcp: fix syncookie build error on UPFlorian Westphal2020-08-011-3/+1
* | | | | fib: fix another fib_rules_ops indirect call wrapper problemBrian Vazquez2020-08-011-0/+6
* | | | | tcp: fix build fong CONFIG_MPTCP=nEric Dumazet2020-08-011-2/+3
* | | | | Merge tag 'mac80211-next-for-davem-2020-07-31' of git://git.kernel.org/pub/sc...David S. Miller2020-08-0131-192/+355
|\ \ \ \ \
| * | | | | mac80211: warn only once in check_sdata_in_driver() at each callerJohannes Berg2020-07-311-6/+5
| * | | | | nl80211: support 4-way handshake offloading for WPA/WPA2-PSK in AP modeChung-Hsien Hsu2020-07-311-1/+3
| * | | | | cfg80211: invert HE BSS color 'disabled' to 'enabled'Johannes Berg2020-07-313-10/+7
| * | | | | mac80211: add a function for running rx without passing skbs to the stackFelix Fietkau2020-07-312-23/+39
| * | | | | mac80211: parse radiotap header when selecting Tx queueMathy Vanhoef2020-07-312-34/+35
| * | | | | mac80211: remove unused flags argument in transmit functionsMathy Vanhoef2020-07-317-22/+18
| * | | | | mac80211: use same flag everywhere to avoid sequence number overwriteMathy Vanhoef2020-07-313-7/+3
| * | | | | mac80211: do not overwrite the sequence number if requestedMathy Vanhoef2020-07-311-0/+3
| * | | | | mac80211: add radiotap flag to prevent sequence number overwriteMathy Vanhoef2020-07-311-0/+2
| * | | | | mac80211: never drop injected frames even if normally not allowedMathy Vanhoef2020-07-311-1/+1
| * | | | | cfg80211/mac80211: avoid bss color setting in non-HE modesP Praneesh2020-07-313-4/+11