summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-21net: accept UFOv6 packages in virtio_net_hdr_to_skbWillem de Bruijn1-2/+20
2021-12-21docs: networking: replace skb_hwtstamp_tx with skb_tstamp_txWillem de Bruijn1-2/+2
2021-12-21inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet8-18/+23
2021-12-20phonet/pep: refuse to enable an unbound pipeRĂ©mi Denis-Courmont1-0/+2
2021-12-20docs: networking: dpaa2: Fix DPNI headerSean Anderson1-0/+1
2021-12-20mac80211: fix locking in ieee80211_start_ap error pathJohannes Berg1-0/+3
2021-12-18qlcnic: potential dereference null pointer of rx_queue->page_ringJiasheng Jiang3-5/+13
2021-12-18ax25: NPD bug when detaching AX25 deviceLin Ma1-1/+3
2021-12-18hamradio: improve the incomplete fix to avoid NPDLin Ma1-2/+2
2021-12-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller4-41/+62
2021-12-18tun: avoid double free in tun_free_netdevGeorge Kennedy1-56/+59
2021-12-18net: marvell: prestera: fix incorrect structure accessYevhen Orlov1-7/+12
2021-12-18net: marvell: prestera: fix incorrect return of port_findYevhen Orlov1-6/+10
2021-12-18Revert "tipc: use consistent GFP flags"Hoang Le1-4/+4
2021-12-18net: lantiq_xrx200: increase buffer reservationAleksander Jan Bajkowski1-10/+24
2021-12-18Merge branch 'net-sched-fix-ct-zone-matching-for-invalid-conntrack-state'Jakub Kicinski10-21/+50
2021-12-18net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey3-1/+9
2021-12-18net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey5-3/+7
2021-12-18net/sched: Extend qdisc control block with tc control blockPaul Blakey7-17/+34
2021-12-17ice: xsk: fix cleaned_count settingMaciej Fijalkowski2-6/+1
2021-12-17ice: xsk: allow empty Rx descriptors on XSK ZC data pathMaciej Fijalkowski1-4/+10
2021-12-17ice: xsk: do not clear status_error0 for ntu + nb_buffs descriptorMaciej Fijalkowski1-5/+1
2021-12-17ice: remove dead store on XSK hotpathAlexander Lobakin1-1/+0
2021-12-17ice: xsk: allocate separate memory for XDP SW ringMaciej Fijalkowski3-22/+47
2021-12-17ice: xsk: return xsk buffers back to pool when cleaning the ringMaciej Fijalkowski1-6/+6
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-6/+9
2021-12-17net: fix typo in a commentXiang wangx1-1/+1
2021-12-17Merge tag 'audit-pr-20211216' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+10
2021-12-17Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds81-198/+881
2021-12-17Merge tag 'soc-fixes-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds32-57/+84
2021-12-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski12-30/+434
2021-12-16bpf, selftests: Fix racing issue in btf_skc_cls_ingress testMartin KaFai Lau1-2/+14
2021-12-16selftest/bpf: Add a test that reads various addresses.Alexei Starovoitov2-0/+32
2021-12-16bpf: Fix extable address check.Alexei Starovoitov1-7/+42
2021-12-16bpf: Fix extable fixup offset.Alexei Starovoitov1-1/+1
2021-12-16Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+12
2021-12-16bpf, selftests: Add test case trying to taint map value pointerDaniel Borkmann1-0/+23
2021-12-16bpf: Make 32->64 bounds propagation slightly more robustDaniel Borkmann1-9/+15
2021-12-16bpf: Fix signed bounds propagation after mov32Daniel Borkmann1-0/+4
2021-12-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+1
2021-12-16Merge tag 'for-5.16/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2021-12-16arm64: kexec: Fix missing error code 'ret' warning in load_other_segments()Lakshmi Ramasubramanian1-0/+1
2021-12-16afs: Fix mmapDavid Howells2-2/+4
2021-12-16sit: do not call ipip6_dev_free() from sit_init_net()Eric Dumazet1-1/+0
2021-12-16net: systemport: Add global locking for descriptor lifecycleFlorian Fainelli2-1/+5
2021-12-16net/smc: Prevent smc_release() from long blockingD. Wythe1-1/+3
2021-12-16Merge tag 'tegra-for-5.16-soc-fixes' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2-2/+2
2021-12-16netfilter: ctnetlink: remove expired entries firstFlorian Westphal1-2/+3
2021-12-16net: Fix double 0x prefix print in SKB dumpGal Pressman1-1/+1
2021-12-16virtio_net: fix rx_drops stat for small pktsWenliang Wang1-6/+3