summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-22sfc: avoid duplicated code in ef10_sriovÍñigo Huguet1-3/+1
2021-06-22sfc: explain that "attached" VFs only refer to XenÍñigo Huguet2-4/+6
2021-06-22sfc: error code if SRIOV cannot be disabledÍñigo Huguet1-4/+11
2021-06-22sfc: avoid double pci_remove of VFsÍñigo Huguet1-9/+1
2021-06-22vxlan: add missing rcu_read_lock() in neigh_reduce()Eric Dumazet1-0/+2
2021-06-22bpf: Fix regression on BPF_OBJ_GET with non-O_RDWR flagsMaciej Żenczykowski1-1/+1
2021-06-22netfilter: nf_tables: do not allow to delete table with owner by handlePablo Neira Ayuso1-3/+9
2021-06-22netfilter: nf_tables: skip netlink portID validation if zeroPablo Neira Ayuso1-1/+1
2021-06-22xfrm: Fix xfrm offload fallback fail caseAyush Sawal1-0/+1
2021-06-22pkt_sched: sch_qfq: fix qfq_change_class() error pathEric Dumazet1-5/+3
2021-06-22net: dsa: mv88e6xxx: Fix adding vlan 0Eldar Gasanov1-3/+3
2021-06-22vsock: notify server to shutdown when client has pending signalLongpeng(Mike)1-1/+1
2021-06-22net: mana: Fix a memory leak in an error handling path in 'mana_create_txq()'Christophe JAILLET1-2/+4
2021-06-22Merge branch 'nnicstar-fixes'David S. Miller1-11/+13
2021-06-22atm: nicstar: register the interrupt handler in the right placeZheyu Ma1-9/+9
2021-06-22atm: nicstar: use 'dma_free_coherent' instead of 'kfree'Zheyu Ma1-2/+4
2021-06-22Merge branch 'mptcp-sdeq-fixes'David S. Miller3-30/+24
2021-06-22mptcp: fix 32 bit DSN expansionPaolo Abeni1-16/+1
2021-06-22mptcp: fix bad handling of 32 bit ack wrap-aroundPaolo Abeni2-14/+23
2021-06-21netfilter: nf_tables_offload: check FLOW_DISSECTOR_KEY_BASIC in VLAN transfer...Pablo Neira Ayuso1-10/+7
2021-06-21netfilter: nf_tables: memleak in hw offload abort pathPablo Neira Ayuso2-37/+31
2021-06-21tls: prevent oversized sendfile() hangs by ignoring MSG_MOREJakub Kicinski1-1/+1
2021-06-21Merge tag 'linux-can-fixes-for-5.13-20210619' of git://git.kernel.org/pub/scm...David S. Miller6-5/+22
2021-06-21Merge tag 'wireless-drivers-2021-06-19' of git://git.kernel.org/pub/scm/linux...David S. Miller1-3/+10
2021-06-21hv_netvsc: Set needed_headroom according to VFHaiyang Zhang1-0/+5
2021-06-21net/netif_receive_skb_core: Use migrate_disable()Sebastian Andrzej Siewior1-2/+2
2021-06-21net: sched: add barrier to ensure correct ordering for lockless qdiscYunsheng Lin1-0/+12
2021-06-21vrf: do not push non-ND strict packets with a source LLA through packet taps ...Antoine Tenart1-7/+7
2021-06-21skmsg: Increase sk->sk_drops when dropping packetsCong Wang1-8/+14
2021-06-21skmsg: Pass source psock to sk_psock_skb_redirect()Cong Wang1-5/+6
2021-06-21skmsg: Teach sk_psock_verdict_apply() to return errorsCong Wang1-9/+14
2021-06-21skmsg: Fix a memory leak in sk_psock_verdict_apply()Cong Wang1-0/+5
2021-06-21skmsg: Clear skb redirect pointer before dropping itCong Wang1-0/+2
2021-06-21udp: Fix a memory leak in udp_read_sock()Cong Wang1-0/+2
2021-06-21selftests/bpf: Retry for EAGAIN in udp_redir_to_connected()Cong Wang1-1/+6
2021-06-21skmsg: Improve udp_bpf_recvmsg() accuracyCong Wang4-31/+65
2021-06-20net: can: ems_usb: fix use-after-free in ems_usb_disconnect()Pavel Skripkin1-1/+2
2021-06-20can: j1939: j1939_sk_init(): set SOCK_RCU_FREE to call sk_destruct() after RC...Oleksij Rempel2-0/+7
2021-06-20can: isotp: isotp_release(): omit unintended hrtimer restart on socket releaseOliver Hartkopp1-3/+4
2021-06-20can: gw: synchronize rcu operations before removing gw job entryOliver Hartkopp1-0/+3
2021-06-20can: bcm: delay release of struct bcm_op after synchronize_rcu()Thadeu Lima de Souza Cascardo1-1/+6
2021-06-19Merge branch 'ezchip-fixes'David S. Miller1-4/+3
2021-06-19net: ethernet: ezchip: fix error handlingPavel Skripkin1-1/+1
2021-06-19net: ethernet: ezchip: remove redundant checkPavel Skripkin1-2/+1
2021-06-19net: ethernet: ezchip: fix UAF in nps_enet_removePavel Skripkin1-1/+1
2021-06-19net: ethernet: aeroflex: fix UAF in greth_of_removePavel Skripkin1-1/+2
2021-06-19Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds145-589/+1513
2021-06-19Merge tag 'for-5.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2021-06-18Merge tag 'pci-v5.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-131/+306
2021-06-18afs: Re-enable freezing once a page fault is interruptedMatthew Wilcox (Oracle)1-5/+8