summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-0/+1
|\
| * io_uring: move io_uring_get_socket() into io_uring.hJens Axboe2020-09-301-0/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-10-137-513/+13
|\ \
| * | SUNRPC: remove RC4-HMAC-MD5 support from KerberosVArd Biesheuvel2020-09-117-513/+13
* | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-121-2/+2
|\ \ \
| * | | iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig2020-10-031-2/+2
* | | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-128-20/+21
|\ \ \ \
| * | | | csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-205-6/+6
| * | | | icmp_push_reply(): reorder adding the checksum upAl Viro2020-08-201-4/+4
| * | | | skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro2020-08-206-12/+13
| | |/ / | |/| |
* | | | 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