aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-10-15net/smc: fix valid DMBE buffer sizesKarsten Graul
2020-10-15net/smc: fix use-after-free of delayed eventsKarsten Graul
2020-10-15bpfilter: Fix build error with CONFIG_BPFILTER_UMHYueHaibing
2020-10-14ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers
2020-10-14ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers
2020-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2020-10-13ip_gre: set dev->hard_header_len and dev->needed_headroom properlyCong Wang
2020-10-13socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabledChristian Eggers
2020-10-13socket: fix option SO_TIMESTAMPING_NEWChristian Eggers
2020-10-14netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso
2020-10-12netfilter: nftables: extend error reporting for chain updatesPablo Neira Ayuso
2020-10-12ipvs: clear skb->tstamp in forwarding pathJulian Anastasov
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