summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | ipmr: support IP_PKTINFO on cache report IGMP msgLeone Fernando2023-12-151-7/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-1411-24/+84
|\ \ \
| * | | appletalk: Fix Use-After-Free in atalk_ioctlHyunwoo Kim2023-12-141-5/+4
| * | | net: prevent mss overflow in skb_segment()Eric Dumazet2023-12-131-1/+2
| * | | vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov2023-12-131-1/+1
| * | | Revert "tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is set"Jakub Kicinski2023-12-131-1/+1
| * | | tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is setSalvatore Dipietro2023-12-131-1/+1
| * | | net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen2023-12-121-0/+6
| * | | net/rose: Fix Use-After-Free in rose_ioctlHyunwoo Kim2023-12-121-1/+3
| * | | atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim2023-12-121-2/+5
| * | | net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov2023-12-111-6/+28
| * | | io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov2023-12-091-0/+6
| * | | tcp: fix tcp_disordered_ack() vs usec TS resolutionEric Dumazet2023-12-081-2/+20
| * | | net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej ƻenczykowski2023-12-081-5/+1
| * | | neighbour: Don't let neigh_forced_gc() disable preemption for longJudy Hsiao2023-12-081-1/+8
* | | | net: ethtool: add support for symmetric-xor RSS hashAhmed Zaki2023-12-132-4/+31
* | | | net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki2023-12-132-23/+13
* | | | net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-133-71/+83
* | | | net: page_pool: factor out releasing DMA from releasing the pageJakub Kicinski2023-12-131-9/+16
* | | | page_pool: transition to reference count management after page drainingLiang Chen2023-12-131-6/+6
* | | | sctp: support MSG_ERRQUEUE flag in recvmsg()Eric Dumazet2023-12-132-0/+4
* | | | ethtool: add SET for TCP_DATA_SPLIT ringparamAlexander Lobakin2023-12-131-0/+12
* | | | net/sched: act_api: skip idr replace on bound actionsPedro Tammela2023-12-132-6/+7
* | | | net/sched: act_api: rely on rcu in tcf_idr_check_allocPedro Tammela2023-12-131-22/+43
* | | | net: dns_resolver: the module is called dns_resolver, not dnsresolverAhelenia ZiemiaƄska2023-12-121-1/+1
* | | | net/sched: cls_api: conditional notification of eventsPedro Tammela2023-12-111-0/+12
* | | | net/sched: cls_api: remove 'unicast' argument from delete notificationPedro Tammela2023-12-111-17/+9
* | | | net/sched: act_api: conditional notification of eventsPedro Tammela2023-12-111-23/+75
* | | | net/sched: act_api: don't open code max()Pedro Tammela2023-12-111-6/+3
* | | | ipv6: annotate data-races around np->ucast_oifEric Dumazet2023-12-117-40/+34
* | | | ipv6: annotate data-races around np->mcast_oifEric Dumazet2023-12-1111-49/+51
* | | | Revert "net: rtnetlink: remove local list in __linkwatch_run_queue()"Johannes Berg2023-12-111-3/+12
* | | | net: sysfs: fix locking in carrier readJohannes Berg2023-12-081-2/+7
* | | | Use READ/WRITE_ONCE() for IP local_port_range.David Laight2023-12-084-50/+34
* | | | ethtool: Implement ethtool_puts()justinstitt@google.com2023-12-081-0/+7
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-0728-76/+153
|\| | |
| * | | vsock/virtio: fix "comparison of distinct pointer types lacks a cast" warningStefano Garzarella2023-12-071-2/+1
| * | | net/smc: fix missing byte order conversion in CLC handshakeWen Gu2023-12-073-9/+8
| * | | drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel2023-12-072-1/+6
| * | | psample: Require 'CAP_NET_ADMIN' when joining "packets" groupIdo Schimmel2023-12-071-1/+2
| * | | bpf: sockmap, updating the sg structure should also update currJohn Fastabend2023-12-071-0/+19
| * | | net: tls, update curr on splice as wellJohn Fastabend2023-12-071-0/+2
| * | | Merge tag 'nf-23-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2023-12-077-19/+40
| |\ \ \
| | * | | netfilter: xt_owner: Fix for unsafe access of sk->sk_socketPhil Sutter2023-12-061-4/+12
| | * | | netfilter: nf_tables: validate family when identifying table via handlePablo Neira Ayuso2023-12-061-2/+3
| | * | | netfilter: nf_tables: bail out on mismatching dynset and set expressionsPablo Neira Ayuso2023-12-061-4/+9
| | * | | netfilter: nf_tables: fix 'exist' matching on bigendian archesFlorian Westphal2023-12-062-4/+8
| | * | | netfilter: nft_set_pipapo: skip inactive elements during set walkFlorian Westphal2023-12-061-0/+3
| | * | | netfilter: bpf: fix bad registration on nf_defragD. Wythe2023-12-061-5/+5
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-071-3/+2
| |\ \ \ \