summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/smc: fix invalid return code in smcd_new_buf_create()Karsten Graul2020-10-151-1/+2
* net/smc: fix valid DMBE buffer sizesKarsten Graul2020-10-151-1/+1
* net/smc: fix use-after-free of delayed eventsKarsten Graul2020-10-151-8/+5
* bpfilter: Fix build error with CONFIG_BPFILTER_UMHYueHaibing2020-10-151-1/+1
* ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers2020-10-142-4/+5
* ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers2020-10-141-2/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-10-136-12/+58
|\
| * netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso2020-10-144-7/+38
| * netfilter: nftables: extend error reporting for chain updatesPablo Neira Ayuso2020-10-121-5/+14
| * ipvs: clear skb->tstamp in forwarding pathJulian Anastasov2020-10-121-0/+6
* | ip_gre: set dev->hard_header_len and dev->needed_headroom properlyCong Wang2020-10-131-4/+11
* | socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabledChristian Eggers2020-10-131-1/+0
* | socket: fix option SO_TIMESTAMPING_NEWChristian Eggers2020-10-131-7/+3
|/
* ipv4: Restore flowi4_oif update before call to xfrm_lookup_routeDavid Ahern2020-10-101-1/+3
* mptcp: subflows garbage collectionPaolo Abeni2020-10-103-0/+24
* mptcp: fix fallback for MP_JOIN subflowsPaolo Abeni2020-10-103-9/+34
* net: smc: fix missing brace warning for old compilersPujin Shi2020-10-101-2/+2
* net: smc: fix missing brace warning for old compilersPujin Shi2020-10-101-1/+1
* Merge tag 'linux-can-fixes-for-5.9-20201008' of git://git.kernel.org/pub/scm/...Jakub Kicinski2020-10-101-0/+2
|\
| * net: j1939: j1939_session_fresh_new(): fix missing initialization of skbcntMarc Kleine-Budde2020-10-081-0/+1
| * can: j1935: j1939_tp_tx_dat_new(): fix missing initialization of skbcntCong Wang2020-10-081-0/+1
* | tipc: fix NULL pointer dereference in tipc_named_rcvHoang Huu Le2020-10-092-2/+10
* | tipc: fix the skb_unshare() in tipc_buf_append()Cong Wang2020-10-091-1/+2
* | net/tls: sendfile fails with ktls offloadRohit Maheshwari2020-10-091-5/+6
* | net: ipv6: Discard next-hop MTU less than minimum link MTUGeorg Kohmann2020-10-091-1/+2
* | net: mptcp: make DACK4/DACK8 usage consistent among all subflowsDavide Caratti2020-10-093-4/+3
* | 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