summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: handle DNAT tuple collisionDumitru Ceara2020-10-081-9/+13
* sctp: fix sctp_auth_init_hmacs() error pathEric Dumazet2020-10-081-0/+1
* Merge tag 'mac80211-for-net-2020-10-08' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2020-10-081-0/+3
|\
| * net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()Anant Thazhemadam2020-10-081-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-10-081-0/+6
|\ \
| * | bpf: Fix "unresolved symbol" build error with resolve_btfidsYonghong Song2020-10-011-0/+6
* | | bridge: Netlink interface fix.Henrik Bjoernlund2020-10-081-15/+11
| |/ |/|
* | Merge tag 'rxrpc-fixes-20201005' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2020-10-067-289/+65
|\ \
| * | rxrpc: Fix server keyring leakDavid Howells2020-10-051-1/+1
| * | rxrpc: The server keyring isn't network-namespacedDavid Howells2020-10-051-1/+1
| * | rxrpc: Fix accept on a connection that need securingDavid Howells2020-10-056-280/+48
| * | rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells2020-10-051-3/+3
| * | rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells2020-10-051-2/+2
| * | rxrpc: Fix rxkad token xdr encodingMarc Dionne2020-10-051-2/+10
* | | tcp: fix receive window update in tcp_add_backlog()Eric Dumazet2020-10-061-3/+3
* | | mptcp: more DATA FIN fixesPaolo Abeni2020-10-062-6/+6
* | | net: qrtr: ns: Fix the incorrect usage of rcu_read_lock()Manivannan Sadhasivam2020-10-061-12/+64
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-10-0548-197/+367
|\| |
| * | net/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault2020-10-041-2/+2
| * | net_sched: check error pointer in tcf_dump_walker()Cong Wang2020-10-041-0/+2
| * | tcp: fix syn cookied MPTCP request socket leakPaolo Abeni2020-10-021-1/+1
| * | libceph: use sendpage_ok() in ceph_tcp_sendpage()Coly Li2020-10-021-1/+1
| * | tcp: use sendpage_ok() to detect misused .sendpageColy Li2020-10-021-1/+2
| * | net: add WARN_ONCE in kernel_sendpage() for improper zero-copy sendColy Li2020-10-021-2/+4
| * | netlink: fix policy dump leakJohannes Berg2020-10-022-15/+18
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-09-301-1/+16
| |\
| | * xsk: Do not discard packet when NETDEV_TX_BUSYMagnus Karlsson2020-09-161-1/+16
| * | mptcp: Handle incoming 32-bit DATA_FIN valuesMat Martineau2020-09-293-7/+18
| * | mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seqMat Martineau2020-09-292-6/+6
| * | ethtool: mark netlink family as __ro_after_initJakub Kicinski2020-09-281-1/+1
| * | net: qrtr: ns: Protect radix_tree_deref_slot() using rcu read locksManivannan Sadhasivam2020-09-281-9/+25
| * | net: core: add nested_level variable in net_deviceTaehee Yoo2020-09-282-19/+78
| * | net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2020-09-283-37/+68
| * | net: core: add __netdev_upper_dev_unlink()Taehee Yoo2020-09-281-10/+16
| * | net_sched: remove a redundant goto chain checkCong Wang2020-09-281-14/+0
| * | net: bridge: fdb: don't flush ext_learn entriesNikolay Aleksandrov2020-09-281-0/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-09-284-7/+45
| |\ \
| | * | xfrm: Use correct address family in xfrm_state_findHerbert Xu2020-09-251-4/+7
| | * | xfrm: clone whole liftime_cur structure in xfrm_do_migrateAntony Antony2020-09-071-1/+1
| | * | xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrateAntony Antony2020-09-071-0/+28
| | * | xfrm: clone XFRMA_SET_MARK in xfrm_do_migrateAntony Antony2020-09-071-0/+1
| | * | xfrmi: drop ignore_df check before updating pmtuSabrina Dubroca2020-08-271-1/+1
| | * | espintcp: restore IP CB before handing the packet to xfrmSabrina Dubroca2020-08-171-1/+5
| | * | ip_vti: Fix unused variable warningYueHaibing2020-08-081-0/+2
| * | | tcp: skip DSACKs with dubious sequence rangesPriyaranjan Jha2020-09-242-7/+26
| * | | net/tls: race causes kernel panicRohit Maheshwari2020-09-241-2/+7
| * | | net_sched: commit action insertions togetherCong Wang2020-09-241-9/+23
| * | | net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang2020-09-2421-64/+21
| * | | net: switchdev: Fixed kerneldoc warningTian Tao2020-09-231-1/+1
| * | | mptcp: Wake up MPTCP worker when DATA_FIN found on a TCP FIN packetMat Martineau2020-09-231-1/+4