summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-0126-95/+194
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-07-311-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-07-315-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-07-311-1/+2
| * | | net/sched: The error lable position is corrected in ct_init_moduleliujian2020-07-311-2/+2
| * | | Merge tag 'mac80211-for-davem-2020-07-30' of git://git.kernel.org/pub/scm/lin...David S. Miller2020-07-307-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-301-6/+18
| * | | | rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells2020-07-304-12/+28
| * | | | ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang2020-07-302-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-281-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
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into masterLinus Torvalds2020-07-2532-224/+274
|\ \ \ \
| * | | | dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan2020-07-241-1/+1
| * | | | qrtr: orphan socket in qrtr_release()Cong Wang2020-07-241-0/+1
| * | | | flow_offload: Move rhashtable inclusion to the source fileHerbert Xu2020-07-242-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-07-232-31/+22
| |\ \ \ \
| | * | | | ipvs: fix the connection sync failed in some casesguodeqing2020-07-221-4/+8
| | * | | | netfilter: nf_tables: fix nat hook table deletionFlorian Westphal2020-07-151-27/+14
| * | | | | tcp: allow at most one TLP probe per flightYuchung Cheng2020-07-232-10/+14
| * | | | | AX.25: Prevent integer overflows in connect and sendmsgDan Carpenter2020-07-231-1/+4
| * | | | | AX.25: Prevent out-of-bounds read in ax25_sendmsg()Peilin Ye2020-07-221-1/+2
| * | | | | sctp: shrink stream outq when fails to do addstream reconfXin Long2020-07-221-2/+4
| * | | | | sctp: shrink stream outq only when new outcnt < old outcntXin Long2020-07-221-7/+14
| * | | | | AX.25: Fix out-of-bounds read in ax25_connect()Peilin Ye2020-07-221-1/+3
| * | | | | net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin2020-07-212-2/+2
| * | | | | net-sysfs: add a newline when printing 'tx_timeout' by sysfsXiongfeng Wang2020-07-211-1/+1
| * | | | | udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima2020-07-212-12/+18