summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-10-10ipv4: Restore flowi4_oif update before call to xfrm_lookup_routeDavid Ahern
2020-10-10mptcp: subflows garbage collectionPaolo Abeni
2020-10-10mptcp: fix fallback for MP_JOIN subflowsPaolo Abeni
2020-10-10net: smc: fix missing brace warning for old compilersPujin Shi
2020-10-10net: smc: fix missing brace warning for old compilersPujin Shi
2020-10-10Merge tag 'linux-can-fixes-for-5.9-20201008' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2020-10-09tipc: fix NULL pointer dereference in tipc_named_rcvHoang Huu Le
2020-10-09tipc: fix the skb_unshare() in tipc_buf_append()Cong Wang
2020-10-09net/tls: sendfile fails with ktls offloadRohit Maheshwari
2020-10-09net: ipv6: Discard next-hop MTU less than minimum link MTUGeorg Kohmann
2020-10-09net: mptcp: make DACK4/DACK8 usage consistent among all subflowsDavide Caratti
2020-10-08net: j1939: j1939_session_fresh_new(): fix missing initialization of skbcntMarc Kleine-Budde
2020-10-08can: j1935: j1939_tp_tx_dat_new(): fix missing initialization of skbcntCong Wang
2020-10-08openvswitch: handle DNAT tuple collisionDumitru Ceara
2020-10-08sctp: fix sctp_auth_init_hmacs() error pathEric Dumazet
2020-10-08Merge tag 'mac80211-for-net-2020-10-08' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-10-08bridge: Netlink interface fix.Henrik Bjoernlund
2020-10-08net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()Anant Thazhemadam
2020-10-06Merge tag 'rxrpc-fixes-20201005' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2020-10-06tcp: fix receive window update in tcp_add_backlog()Eric Dumazet
2020-10-06mptcp: more DATA FIN fixesPaolo Abeni
2020-10-06net: qrtr: ns: Fix the incorrect usage of rcu_read_lock()Manivannan Sadhasivam
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-10-05rxrpc: Fix server keyring leakDavid Howells
2020-10-05rxrpc: The server keyring isn't network-namespacedDavid Howells
2020-10-05rxrpc: Fix accept on a connection that need securingDavid Howells
2020-10-05rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells
2020-10-05rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells
2020-10-05rxrpc: Fix rxkad token xdr encodingMarc Dionne
2020-10-04net/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault
2020-10-04net_sched: check error pointer in tcf_dump_walker()Cong Wang
2020-10-02tcp: fix syn cookied MPTCP request socket leakPaolo Abeni
2020-10-02libceph: use sendpage_ok() in ceph_tcp_sendpage()Coly Li
2020-10-02tcp: use sendpage_ok() to detect misused .sendpageColy Li
2020-10-02net: add WARN_ONCE in kernel_sendpage() for improper zero-copy sendColy Li
2020-10-02netlink: fix policy dump leakJohannes Berg
2020-10-01bpf: Fix "unresolved symbol" build error with resolve_btfidsYonghong Song
2020-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-09-29mptcp: Handle incoming 32-bit DATA_FIN valuesMat Martineau
2020-09-29mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seqMat Martineau
2020-09-28ethtool: mark netlink family as __ro_after_initJakub Kicinski
2020-09-28net: qrtr: ns: Protect radix_tree_deref_slot() using rcu read locksManivannan Sadhasivam
2020-09-28net: core: add nested_level variable in net_deviceTaehee Yoo
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo
2020-09-28net: core: add __netdev_upper_dev_unlink()Taehee Yoo
2020-09-28net_sched: remove a redundant goto chain checkCong Wang
2020-09-28net: bridge: fdb: don't flush ext_learn entriesNikolay Aleksandrov
2020-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-09-25Merge tag 'nfsd-5.9-2' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds