summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend2023-05-235-17/+5
* bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov2023-05-221-2/+4
* bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon2023-05-191-1/+1
* samples/bpf: Drop unnecessary fallthroughAndrii Nakryiko2023-05-161-1/+0
* bpf: netdev: init the offload table earlierJakub Kicinski2023-05-151-1/+1
* selftests/bpf: Fix pkg-config call building sign-fileJeremy Sowden2023-05-141-1/+1
* Merge branch 'hns3-fixes'David S. Miller2023-05-138-15/+50
|\
| * net: hns3: fix reset timeout when enable full VFJijie Shao2023-05-132-5/+28
| * net: hns3: fix reset delay time to avoid configuration timeoutJie Wang2023-05-131-1/+4
| * net: hns3: fix sending pfc frames after reset issueJijie Shao2023-05-133-8/+16
| * net: hns3: fix output information incomplete for dumping tx queue info with d...Jie Wang2023-05-132-1/+2
|/
* Merge branch 'dsa-rzn1-a5psw-stp'David S. Miller2023-05-132-19/+67
|\
| * net: dsa: rzn1-a5psw: disable learning for standalone portsClément Léger2023-05-131-8/+16
| * net: dsa: rzn1-a5psw: fix STP states handlingAlexis Lothoré2023-05-132-9/+49
| * net: dsa: rzn1-a5psw: enable management frames for CPU portClément Léger2023-05-132-2/+2
|/
* erspan: get the proto with the md version for collect_mdXin Long2023-05-131-5/+8
* tcp: fix possible sk_priority leak in tcp_v4_send_reset()Eric Dumazet2023-05-121-2/+3
* vsock: avoid to close connected socket after the timeoutZhuang Shengen2023-05-121-1/+1
* sfc: disable RXFCS and RXALL features by defaultPieter Jansen van Vuuren2023-05-121-1/+3
* ice: Fix undersized tx_flags variableJan Sokolowski2023-05-123-14/+8
* MAINTAINERS: exclude wireless drivers from netdevJakub Kicinski2023-05-121-0/+1
* nfp: fix NFP_NET_MAX_DSCP definition errorHuayu Chen2023-05-121-1/+1
* MAINTAINERS: don't CC docs@ for netlink spec changesJakub Kicinski2023-05-121-0/+2
* MAINTAINERS: sctp: move Neil to CREDITSMarcelo Ricardo Leitner2023-05-122-2/+5
* net: phy: dp83867: add w/a for packet errors seen with short cablesGrygorii Strashko2023-05-121-1/+21
* net: fec: Better handle pm_runtime_get() failing in .remove()Uwe Kleine-König2023-05-111-4/+11
* ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet2023-05-112-31/+8
* devlink: change per-devlink netdev notifier to static oneJiri Pirko2023-05-113-13/+9
* Merge branch 'selftests-seg6-make-srv6_end_dt4_l3vpn_test-more-robust'Jakub Kicinski2023-05-111-6/+11
|\
| * selftets: seg6: disable rp_filter by default in srv6_end_dt4_l3vpn_testAndrea Mayer2023-05-111-5/+6
| * selftests: seg6: disable DAD on IPv6 router cfg for srv6_end_dt4_l3vpn_testAndrea Mayer2023-05-111-1/+5
|/
* Merge tag 'net-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-1149-112/+361
|\
| * Merge tag 'nf-23-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2023-05-104-12/+151
| |\
| | * selftests: nft_flowtable.sh: check ingress/egress chain tooFlorian Westphal2023-05-101-0/+124
| | * selftests: nft_flowtable.sh: monitor result file sizesBoris Sukholitko2023-05-101-1/+9
| | * selftests: nft_flowtable.sh: wait for specific nc pidsBoris Sukholitko2023-05-101-1/+2
| | * selftests: nft_flowtable.sh: no need for ps -x optionBoris Sukholitko2023-05-101-2/+2
| | * selftests: nft_flowtable.sh: use /proc for pid checkingBoris Sukholitko2023-05-101-2/+2
| | * netfilter: conntrack: fix possible bug_on with enable_hooks=1Florian Westphal2023-05-102-3/+6
| | * netfilter: nf_tables: always release netdev hooks from notifierFlorian Westphal2023-05-101-3/+6
| * | Merge branch 'af_unix-fix-two-data-races-reported-by-kcsan'Jakub Kicinski2023-05-101-9/+13
| |\ \
| | * | af_unix: Fix data races around sk->sk_shutdown.Kuniyuki Iwashima2023-05-101-8/+12
| | * | af_unix: Fix a data race of sk->sk_receive_queue->qlen.Kuniyuki Iwashima2023-05-101-1/+1
| |/ /
| * | net: datagram: fix data-races in datagram_poll()Eric Dumazet2023-05-101-5/+10
| * | net: mscc: ocelot: fix stat counter register valuesColin Foster2023-05-101-9/+9
| * | ipvlan:Fix out-of-bounds caused by unclear skb->cbt.feng2023-05-101-0/+6
| * | docs: networking: fix x25-iface.rst heading & index orderRandy Dunlap2023-05-102-3/+2
| * | gve: Remove the code of clearing PBA bitZiwei Xiao2023-05-101-13/+0
| * | tcp: add annotations around sk->sk_shutdown accessesEric Dumazet2023-05-103-9/+11
| * | net: add vlan_get_protocol_and_depth() helperEric Dumazet2023-05-105-8/+23