aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds7-513/+13
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-20/+21
2020-10-08openvswitch: handle DNAT tuple collisionDumitru Ceara1-9/+13
2020-10-08sctp: fix sctp_auth_init_hmacs() error pathEric Dumazet1-0/+1
2020-10-08Merge tag 'mac80211-for-net-2020-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211Jakub Kicinski1-0/+3
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-0/+6
2020-10-08bridge: Netlink interface fix.Henrik Bjoernlund1-15/+11
2020-10-08net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()Anant Thazhemadam1-0/+3
2020-10-06Merge tag 'rxrpc-fixes-20201005' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller7-289/+65
2020-10-06tcp: fix receive window update in tcp_add_backlog()Eric Dumazet1-3/+3
2020-10-06mptcp: more DATA FIN fixesPaolo Abeni2-6/+6
2020-10-06net: qrtr: ns: Fix the incorrect usage of rcu_read_lock()Manivannan Sadhasivam1-12/+64
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds48-197/+367
2020-10-05rxrpc: Fix server keyring leakDavid Howells1-1/+1
2020-10-05rxrpc: The server keyring isn't network-namespacedDavid Howells1-1/+1
2020-10-05rxrpc: Fix accept on a connection that need securingDavid Howells6-280/+48
2020-10-05rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells1-3/+3
2020-10-05rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells1-2/+2
2020-10-05rxrpc: Fix rxkad token xdr encodingMarc Dionne1-2/+10
2020-10-04net/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault1-2/+2
2020-10-04net_sched: check error pointer in tcf_dump_walker()Cong Wang1-0/+2
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig1-2/+2
2020-10-02tcp: fix syn cookied MPTCP request socket leakPaolo Abeni1-1/+1
2020-10-02libceph: use sendpage_ok() in ceph_tcp_sendpage()Coly Li1-1/+1
2020-10-02tcp: use sendpage_ok() to detect misused .sendpageColy Li1-1/+2
2020-10-02net: add WARN_ONCE in kernel_sendpage() for improper zero-copy sendColy Li1-2/+4
2020-10-02netlink: fix policy dump leakJohannes Berg2-15/+18
2020-10-01bpf: Fix "unresolved symbol" build error with resolve_btfidsYonghong Song1-0/+6
2020-09-30io_uring: move io_uring_get_socket() into io_uring.hJens Axboe1-0/+1
2020-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+16
2020-09-29mptcp: Handle incoming 32-bit DATA_FIN valuesMat Martineau3-7/+18
2020-09-29mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seqMat Martineau2-6/+6
2020-09-28ethtool: mark netlink family as __ro_after_initJakub Kicinski1-1/+1
2020-09-28net: qrtr: ns: Protect radix_tree_deref_slot() using rcu read locksManivannan Sadhasivam1-9/+25
2020-09-28net: core: add nested_level variable in net_deviceTaehee Yoo2-19/+78
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastructureTaehee Yoo3-37/+68
2020-09-28net: core: add __netdev_upper_dev_unlink()Taehee Yoo1-10/+16
2020-09-28net_sched: remove a redundant goto chain checkCong Wang1-14/+0
2020-09-28net: bridge: fdb: don't flush ext_learn entriesNikolay Aleksandrov1-0/+2
2020-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller4-7/+45
2020-09-25Merge tag 'nfsd-5.9-2' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds1-1/+1
2020-09-25xfrm: Use correct address family in xfrm_state_findHerbert Xu1-4/+7
2020-09-24tcp: skip DSACKs with dubious sequence rangesPriyaranjan Jha2-7/+26
2020-09-24net/tls: race causes kernel panicRohit Maheshwari1-2/+7
2020-09-24net_sched: commit action insertions togetherCong Wang1-9/+23
2020-09-24net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang21-64/+21
2020-09-23net: switchdev: Fixed kerneldoc warningTian Tao1-1/+1
2020-09-23mptcp: Wake up MPTCP worker when DATA_FIN found on a TCP FIN packetMat Martineau1-1/+4