summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.Sebastian Andrzej Siewior2021-11-302-17/+2
| * | | Documentation/locking/locktypes: Update migrate_disable() bits.Sebastian Andrzej Siewior2021-11-301-6/+3
| * | | bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmapJohn Fastabend2021-11-202-1/+9
| * | | bpf, sockmap: Attach map progs to psock early for feature probesJohn Fastabend2021-11-201-4/+6
| * | | bpf, x86: Fix "no previous prototype" warningBjörn Töpel2021-11-171-0/+1
* | | | net: dsa: mv88e6xxx: fix "don't use PHY_DETECT on internal PHY's"Russell King (Oracle)2021-12-081-8/+13
* | | | net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()Joakim Zhang2021-12-082-1/+4
* | | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2021-12-085-38/+91
|\ \ \ \
| * | | | i40e: Fix NULL pointer dereference in i40e_dbg_dump_descNorbert Zulinski2021-12-061-0/+8
| * | | | i40e: Fix pre-set max number of queues for VFMateusz Palczewski2021-12-061-5/+0
| * | | | i40e: Fix failed opcode appearing if handling messages from VFKaren Sornek2021-12-062-22/+50
| * | | | iavf: Fix reporting when setting descriptor countMichal Maloszewski2021-12-061-11/+32
| * | | | iavf: restore MSI state on resetMitch Williams2021-12-011-0/+1
* | | | | Merge branch 'net-phy-fix-doc-build-warning'Jakub Kicinski2021-12-082-5/+7
|\ \ \ \ \
| * | | | | net: phy: Add the missing blank line in the phylink_suspend commentYanteng Si2021-12-081-0/+1
| * | | | | net: phy: Remove unnecessary indentation in the comments of phy_deviceYanteng Si2021-12-081-5/+6
|/ / / / /
* | | | | gve: fix for null pointer dereference.Ameer Hamza2021-12-081-0/+3
* | | | | MAINTAINERS: net: mlxsw: Remove Jiri as a maintainer, add myselfPetr Machata2021-12-081-1/+1
* | | | | Merge branch 'net-tls-cover-all-ciphers-with-tests'Jakub Kicinski2021-12-081-0/+36
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | selftests: tls: add missing AES256-GCM cipherVadim Fedorenko2021-12-081-0/+18
| * | | | selftests: tls: add missing AES-CCM cipher testsVadim Fedorenko2021-12-081-0/+18
|/ / / /
* | | | net/qla3xxx: fix an error code in ql_adapter_up()Dan Carpenter2021-12-071-10/+9
* | | | Merge tag 'linux-can-fixes-for-5.16-20211207' of git://git.kernel.org/pub/scm...Jakub Kicinski2021-12-075-23/+93
|\ \ \ \
| * | | | can: m_can: pci: use custom bit timings for Elkhart LakeMatthias Schiffer2021-12-071-4/+44