summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-24can: j1939: j1939_sk_setsockopt(): prevent allocation of j1939 filter for opt...Norbert Slusarek1-1/+1
2021-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller13-64/+137
2021-06-23ipv6: exthdrs: do not blindly use init_netEric Dumazet1-2/+2
2021-06-23net: bcmgenet: Fix attaching to PYH failed on RPi 4BJian-Hong Pan1-0/+1
2021-06-23bonding: allow nesting of bonding deviceDi Zhu1-1/+3
2021-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller8-33/+44
2021-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-52/+65
2021-06-22bpf: Fix null ptr deref with mixed tail calls and subprogsJohn Fastabend1-2/+4
2021-06-22net: ti: am65-cpsw-nuss: Fix crash when changing number of TX queuesVignesh Raghavendra1-9/+9
2021-06-22net: broadcom: bcm4908_enet: reset DMA rings sw indexes properlyRafał Miłecki1-3/+3
2021-06-22net/ipv4: swap flow ports when validating sourceMiao Wang1-0/+2
2021-06-22bonding: avoid adding slave device with IFF_MASTER flagDi Zhu1-0/+6
2021-06-22ip6_tunnel: fix GRE6 segmentationJakub Kicinski1-2/+2
2021-06-22Merge branch 'mptcp-fixes'David S. Miller3-11/+29
2021-06-22mptcp: drop duplicate mptcp_setsockopt() declarationPaolo Abeni1-3/+0
2021-06-22mptcp: avoid race on msk state changesPaolo Abeni3-8/+29
2021-06-22bpf: Fix integer overflow in argument calculation for bpf_map_area_allocBui Quang Minh2-3/+3
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-21pkt_sched: sch_qfq: fix qfq_change_class() error pathEric Dumazet1-5/+3
2021-06-21net: dsa: mv88e6xxx: Fix adding vlan 0Eldar Gasanov1-3/+3
2021-06-21vsock: notify server to shutdown when client has pending signalLongpeng(Mike)1-1/+1
2021-06-21net: mana: Fix a memory leak in an error handling path in 'mana_create_txq()'Christophe JAILLET1-2/+4
2021-06-21Merge branch 'nnicstar-fixes'David S. Miller1-11/+13
2021-06-21atm: nicstar: register the interrupt handler in the right placeZheyu Ma1-9/+9
2021-06-21atm: nicstar: use 'dma_free_coherent' instead of 'kfree'Zheyu Ma1-2/+4
2021-06-21Merge branch 'mptcp-sdeq-fixes'David S. Miller3-30/+24
2021-06-21mptcp: fix 32 bit DSN expansionPaolo Abeni1-16/+1
2021-06-21mptcp: 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