summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* devlink: Support setting max_io_eqsParav Pandit2024-04-081-0/+53
* net: display more skb fields in skb_dump()Eric Dumazet2024-04-081-6/+12
* mptcp: add reset reason options in some placesJason Xing2024-04-081-5/+15
* ipv4: Set scope explicitly in ip_route_output().Guillaume Nault2024-04-085-7/+12
* af_packet: avoid a false positive warning in packet_setsockopt()Eric Dumazet2024-04-081-12/+14
* net: handle HAS_IOPORT dependenciesNiklas Schnelle2024-04-081-1/+1
* tcp: more struct tcp_sock adjustmentsEric Dumazet2024-04-081-4/+4
* Merge tag 'batadv-next-pullrequest-20240405' of git://git.open-mesh.org/linux...David S. Miller2024-04-083-45/+6
|\
| * batman-adv: bypass empty buckets in batadv_purge_orig_ref()Eric Dumazet2024-03-311-0/+2
| * batman-adv: prefer kfree_rcu() over call_rcu() with free-only callbacksDmitry Antipov2024-03-291-44/+3
| * batman-adv: Start new development cycleSimon Wunderlich2024-03-291-1/+1
* | net: dqs: use sysfs_emit() in favor of sprintf()Eric Dumazet2024-04-081-3/+3
* | ip_tunnel: harden copying IP tunnel params to userspaceAlexander Lobakin2024-04-081-0/+2
* | ipv6: remove RTNL protection from ip6addrlbl_dump()Eric Dumazet2024-04-081-7/+11
* | inet: frags: delay fqdir_free_fn()Eric Dumazet2024-04-081-2/+2
* | ip6_vti: Remove generic .ndo_get_stats64Breno Leitao2024-04-081-1/+0
* | ip6_vti: Do not use custom stat allocatorBreno Leitao2024-04-081-10/+1
* | net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier2024-04-062-2/+51
* | net: phy: Introduce ethernet link topology representationMaxime Chevallier2024-04-061-0/+9
* | netlink: add nlmsg_consume() and use it in devlink compatJakub Kicinski2024-04-061-1/+1
* | net: skbuff: generalize the skb->decrypted bitJakub Kicinski2024-04-066-18/+11
* | tcp: annotate data-races around tp->window_clampEric Dumazet2024-04-067-23/+29
* | ethtool: add interface to read Tx hardware timestamping statisticsRahul Rameshbabu2024-04-061-1/+51
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-0530-98/+216
|\ \
| * \ Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-0429-92/+208
| |\ \
| | * \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-041-0/+6
| | |\ \
| | | * | bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki2024-04-021-0/+6
| | * | | netfilter: validate user input for expected lengthEric Dumazet2024-04-044-0/+18
| | * | | Merge tag 'nf-24-04-04' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-04-041-16/+34
| | |\ \ \
| | | * | | netfilter: nf_tables: discard table flag update with pending basechain deletionPablo Neira Ayuso2024-04-041-4/+5
| | | * | | netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan2024-04-041-2/+7
| | | * | | netfilter: nf_tables: reject new basechain after table flag updatePablo Neira Ayuso2024-04-041-0/+3
| | | * | | netfilter: nf_tables: flush pending destroy work before exit_net releasePablo Neira Ayuso2024-04-041-0/+1
| | | * | | netfilter: nf_tables: release mutex after nft_gc_seq_end from abort pathPablo Neira Ayuso2024-04-041-5/+8
| | | * | | netfilter: nf_tables: release batch on table validation from abort pathPablo Neira Ayuso2024-04-041-5/+10
| | * | | | net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet2024-04-041-5/+5
| | |/ / /
| | * | | net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet2024-04-041-1/+1
| | * | | ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima2024-04-031-7/+7
| | * | | vsock/virtio: fix packet delivery to tap deviceMarco Pinna2024-04-031-1/+2
| | * | | ax25: fix use-after-free bugs caused by ax25_ds_del_timerDuoming Zhou2024-04-031-1/+1
| | * | | mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti2024-04-022-2/+2
| | * | | mptcp: prevent BPF accessing lowat from a subflow socket.Paolo Abeni2024-04-021-0/+4
| | * | | Merge tag 'for-net-2024-03-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-03-294-21/+68
| | |\ \ \
| | | * | | Bluetooth: Fix TOCTOU in HCI debugfs implementationBastien Nocera2024-03-291-16/+32
| | | * | | Bluetooth: hci_event: set the conn encrypted before conn establishesHui Wang2024-03-291-0/+25
| | | * | | Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_syncLuiz Augusto von Dentz2024-03-292-4/+7
| | | * | | Bluetooth: add quirk for broken address propertiesJohan Hovold2024-03-291-1/+4
| | * | | | tcp: Fix bind() regression for v6-only wildcard and v4(-mapped-v6) non-wildca...Kuniyuki Iwashima2024-03-291-8/+11
| | * | | | tcp: Fix bind() regression for v6-only wildcard and v4-mapped-v6 non-wildcard...Kuniyuki Iwashima2024-03-291-2/+9
| | * | | | erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet2024-03-292-0/+8