summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | ipvlan: Make skb->skb_iif track skb->dev for l3s modeJianguo Wu2023-03-101-0/+1
* | net: phy: nxp-c45-tja11xx: fix MII_BASIC_CONFIG_REV bitRadu Pirea (OSS)2023-03-101-1/+1
* | Merge tag 'wireless-2023-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-03-102-21/+26
|\ \
| * | wifi: cfg80211: fix MLO connection ownershipJohannes Berg2023-03-101-9/+7
| * | wifi: mac80211: check basic rates validityJohannes Berg2023-03-101-10/+11
| * | wifi: nl80211: fix puncturing bitmap policyJohannes Berg2023-03-101-1/+7
| * | wifi: nl80211: fix NULL-ptr deref in offchan checkJohannes Berg2023-03-101-1/+1
* | | MAINTAINERS: make my email address consistentJiri Pirko2023-03-102-3/+6
* | | Merge branch 'add-checking-sq-is-full-inside-xdp-xmit'Jakub Kicinski2023-03-101-70/+85
|\ \ \
| * | | virtio_net: add checking sq is full inside xdp xmitXuan Zhuo2023-03-101-0/+3
| * | | virtio_net: separate the logic of checking whether sq is fullXuan Zhuo2023-03-101-24/+36
| * | | virtio_net: reorder some funcsXuan Zhuo2023-03-101-46/+46
|/ / /
* | | nfc: pn533: initialize struct pn533_out_arg properlyFedor Pchelkin2023-03-101-0/+1
* | | tcp: tcp_make_synack() can be called from process contextBreno Leitao2023-03-091-1/+1
|/ /
* | Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-03-0992-356/+2599
|\ \
| * \ Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni2023-03-093-12/+15
| |\ \
| | * | ethernet: ice: avoid gcc-9 integer overflow warningArnd Bergmann2023-03-071-4/+4
| | * | ice: don't ignore return codes in VSI related codeMichal Swiatkowski2023-03-071-7/+10
| | * | ice: Fix DSCP PFC TLV creationDave Ertman2023-03-071-1/+1
| * | | Merge branch 'tools-ynl-fix-enum-as-flags-in-the-generic-cli'Jakub Kicinski2023-03-084-96/+126
| |\ \ \
| | * | | tools: ynl: fix enum-as-flags in the generic CLIJakub Kicinski2023-03-082-9/+7
| | * | | tools: ynl: move the enum classes to shared codeJakub Kicinski2023-03-083-89/+121
| |/ / /
| * | | net: avoid double iput when sock_alloc_file failsThadeu Lima de Souza Cascardo2023-03-081-7/+4
| * | | af_unix: fix struct pid leaks in OOB supportEric Dumazet2023-03-081-2/+8
| * | | eth: fealnx: bring back this old driverJakub Kicinski2023-03-085-0/+1966
| * | | net: dsa: mt7530: permit port 5 to work without port 6 on MT7621 SoCVladimir Oltean2023-03-081-15/+20
| * | | net: microchip: sparx5: fix deletion of existing DSCP mappingsDaniel Machon2023-03-081-16/+16
| * | | octeontx2-af: Unlock contexts in the queue context cache in case of fault det...Suman Ghosh2023-03-085-7/+82
| * | | net/smc: fix fallback failed while sendmsg with fastopenD. Wythe2023-03-081-5/+8
| | |/ | |/|
| * | ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski2023-03-0720-18/+28
| * | mailmap: update entries for Stephen HemmingerStephen Hemminger2023-03-071-1/+4
| * | mailmap: add entry for Maxim MikityanskiyJakub Kicinski2023-03-071-0/+2
| * | nfc: change order inside nfc_se_io error pathFedor Pchelkin2023-03-071-1/+1
| |/
| * net: usb: qmi_wwan: add Telit 0x1080 compositionEnrico Sau2023-03-071-0/+1
| * net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990Enrico Sau2023-03-071-0/+5
| * Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilte...Paolo Abeni2023-03-075-11/+18
| |\
| | * netfilter: conntrack: adopt safer max chain lengthEric Dumazet2023-03-071-2/+2
| | * netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal2023-03-063-2/+9
| | * netfilter: ctnetlink: revert to dumping mark regardless of event typeIvan Delalande2023-03-061-7/+7
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-03-069-18/+64
| |\ \
| | * \ Merge branch 'fix resolving VAR after DATASEC'Martin KaFai Lau2023-03-062-0/+29
| | |\ \
| | | * | selftests/bpf: check that modifier resolves after pointerLorenz Bauer2023-03-061-0/+28
| | | * | btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTRLorenz Bauer2023-03-061-0/+1
| | |/ /
| | * | bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin2023-03-062-9/+17
| | * | bpf, doc: Link to submitting-patches.rst for general patch submission infoBagas Sanjaya2023-03-061-3/+2
| | * | bpf, doc: Do not link to docs.kernel.org for kselftest linkBagas Sanjaya2023-03-061-4/+2
| | * | bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par...Liu Jian2023-03-033-0/+12
| | * | riscv, bpf: Fix patch_text implicit declarationRandy Dunlap2023-02-271-0/+1
| | * | bpf, docs: Fix link to BTF docBagas Sanjaya2023-02-271-2/+1
| * | | net: tls: fix device-offloaded sendpage straddling recordsJakub Kicinski2023-03-061-0/+2