summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* phonet: refcount leak in pep_sock_accepHangyu Hua2021-12-111-0/+1
* sch_cake: do not call cake_destroy() from cake_init()Eric Dumazet2021-12-101-5/+1
* selftests: net: Correct ping6 expected rc from 2 to 1Jie2x Zhou2021-12-101-1/+1
* Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-09100-383/+1370
|\
| * net: dsa: mv88e6xxx: allow use of PHYs on CPU and DSA portsRussell King (Oracle)2021-12-091-30/+34
| * Merge branch 'net-wwan-iosm-bug-fixes'Jakub Kicinski2021-12-093-18/+19
| |\
| | * net: wwan: iosm: fixes unable to send AT command during mbim txM Chetan Kumar2021-12-093-10/+0
| | * net: wwan: iosm: fixes net interface nonfunctional after fw flashM Chetan Kumar2021-12-093-1/+8
| | * net: wwan: iosm: fixes unnecessary doorbell sendM Chetan Kumar2021-12-091-7/+11
| |/
| * net: dsa: felix: Fix memory leak in felix_setup_mmio_filteringJosé Expósito2021-12-091-1/+4
| * MAINTAINERS: s390/net: remove myself as maintainerJulian Wiedmann2021-12-091-2/+0
| * net/sched: fq_pie: prevent dismantle issueEric Dumazet2021-12-091-0/+1
| * net: mana: Fix memory leak in mana_hwc_create_wqJosé Expósito2021-12-091-5/+5
| * seg6: fix the iif in the IPv6 socket control blockAndrea Mayer2021-12-091-0/+8
| * nfp: Fix memory leak in nfp_cpp_area_cache_add()Jianglei Nie2021-12-091-1/+3
| * nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_doneKrzysztof Kozlowski2021-12-091-2/+4
| * nfc: fix segfault in nfc_genl_dump_devices_doneTadeusz Struk2021-12-091-2/+4
| * udp: using datalen to cap max gso segmentsJianguo Wu2021-12-091-1/+1
| * net: dsa: mv88e6xxx: error handling for serdes_power functionsAmeer Hamza2021-12-091-1/+7
| * Merge tag 'linux-can-fixes-for-5.16-20211209' of git://git.kernel.org/pub/scm...Jakub Kicinski2021-12-092-29/+80
| |\
| | * can: kvaser_usb: get CAN clock frequency from deviceJimmy Assarsson2021-12-091-28/+73
| | * can: kvaser_pciefd: kvaser_pciefd_rx_error_frame(): increase correct stats->{...Jimmy Assarsson2021-12-091-1/+7
| |/
| * net: mvpp2: fix XDP rx queues registeringLouis Amas2021-12-091-2/+2
| * vmxnet3: fix minimum vectors alloc issueRonak Doshi2021-12-091-6/+7
| * net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet2021-12-091-2/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-12-0911-32/+82
| |\
| | * netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet2021-12-084-9/+9
| | * selftests: netfilter: switch zone stress to socatFlorian Westphal2021-12-081-6/+13
| | * netfilter: nft_exthdr: break evaluation if setting TCP option failsPablo Neira Ayuso2021-12-081-4/+7
| | * selftests: netfilter: Add correctness test for mac,net set typeStefano Brivio2021-12-081-3/+21
| | * nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groupsStefano Brivio2021-12-081-1/+1
| | * vrf: don't run conntrack on vrf with !dflt qdiscNicolas Dichtel2021-12-082-8/+30
| | * netfilter: nfnetlink_queue: silence bogus compiler warningFlorian Westphal2021-11-301-1/+1
| * | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2021-12-099-47/+74
| |\ \
| | * | ice: safer stats processingJesse Brandeburg2021-12-081-11/+18
| | * | ice: fix adding different tunnelsMichal Swiatkowski2021-12-076-13/+25
| | * | ice: fix choosing UDP header typeMichal Swiatkowski2021-12-071-17/+10
| | * | ice: ignore dropped packets during initJesse Brandeburg2021-12-071-0/+3
| | * | ice: Fix problems with DSCP QoS implementationDave Ertman2021-12-071-6/+12
| | * | ice: rearm other interrupt cause register after enabling VFsPaul Greenwalt2021-12-071-0/+4
| | * | ice: fix FDIR init missing when reset VFYahui Cao2021-12-071-0/+2
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-0929-80/+659
| |\ \ \
| | * | | bpf: Add selftests to cover packet access corner casesMaxim Mikityanskiy2021-12-081-16/+584
| | * | | bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy2021-12-032-17/+17
| | * | | treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-0318-2/+18
| | * | | Merge branch 'Fixes for kfunc-mod regressions and warnings'Andrii Nakryiko2021-12-024-16/+18
| | |\ \ \
| | | * | | tools/resolve_btfids: Skip unresolved symbol warning for empty BTF setsKumar Kartikeya Dwivedi2021-12-021-3/+5
| | | * | | bpf: Fix bpf_check_mod_kfunc_call for built-in modulesKumar Kartikeya Dwivedi2021-12-021-2/+0
| | | * | | bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLKumar Kartikeya Dwivedi2021-12-023-11/+13
| | |/ / /
| | * | | mips, bpf: Fix reference to non-existing Kconfig symbolJohan Almbladh2021-11-301-1/+1