summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* devlink: remove devl*_port_health_reporter_destroy()Jiri Pirko2023-01-191-33/+2
* devlink: remove reporters_lockJiri Pirko2023-01-193-47/+9
* devlink: protect health reporter operation with instance lockJiri Pirko2023-01-191-22/+77
* devlink: remove linecard reference countingJiri Pirko2023-01-193-18/+2
* devlink: remove linecards lockJiri Pirko2023-01-193-30/+13
* xdp: document xdp_do_flush() before napi_complete_done()Magnus Karlsson2023-01-181-3/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2023-01-1814-1062/+272
|\
| * netfilter: nf_tables: add support to destroy operationFernando Fernandez Mancera2023-01-181-8/+103
| * netfilter: nf_tables: avoid retpoline overhead for some ct expression callsFlorian Westphal2023-01-184-12/+92
| * netfilter: nf_tables: avoid retpoline overhead for objref callsFlorian Westphal2023-01-182-6/+8
| * netfilter: nf_tables: add static key to skip retpoline workaroundsFlorian Westphal2023-01-181-1/+29
| * netfilter: ip_tables: remove clusterip targetFlorian Westphal2023-01-183-944/+0
| * netfilter: conntrack: move rcu read lock to nf_conntrack_find_getFlorian Westphal2023-01-181-8/+9
| * netfilter: conntrack: avoid reload of ct->statusFlorian Westphal2023-01-182-8/+11
| * netfilter: conntrack: remove pr_debug callsFlorian Westphal2023-01-183-44/+5
| * netfilter: conntrack: sctp: use nf log infrastructure for invalid packetsFlorian Westphal2023-01-181-31/+15
* | ipv6: Remove extra counter pull before gcTanmay Bhushan2023-01-181-4/+0
|/
* inet: fix fast path in __inet_hash_connect()Pietro Borrello2023-01-171-11/+1
* net: kfree_skb_list use kmem_cache_free_bulkJesper Dangaard Brouer2023-01-171-1/+39
* net: fix call location in kfree_skb_list_reasonJesper Dangaard Brouer2023-01-171-13/+21
* devlink: remove some unnecessary codeDan Carpenter2023-01-171-11/+6
* sched: add new attr TCA_EXT_WARN_MSG to report tc extact messageHangbin Liu2023-01-173-49/+83
* virtio/vsock: replace virtio_vsock_pkt with sk_buffBobby Eshleman2023-01-163-322/+300
* unix: Improve locking scheme in unix_show_fdinfo()Kirill Tkhai2023-01-161-10/+10
* plca.c: fix obvious mistake in checking retvalPiergiorgio Beruto2023-01-131-5/+5
* ipv6: remove max_size check inline with ipv4Jon Maxwell2023-01-132-14/+7
* caif: don't assume iov_iter typeKeith Busch2023-01-131-4/+0
* sock: add tracepoint for send recv lengthYunhui Cui2023-01-131-4/+29
* ethtool: add tx aggregation parametersDaniele Palmas2023-01-131-2/+20
* net: dsa: microchip: ptp: move pdelay_rsp correction field to tail tagChristian Eggers2023-01-131-1/+28
* net: dsa: microchip: ptp: add packet transmission timestampingChristian Eggers2023-01-131-3/+51
* net: dsa: microchip: ptp: add packet reception timestampingChristian Eggers2023-01-131-6/+19
* net: dsa: microchip: ptp: add 4 bytes in tail tag when ptp enabledArun Ramadoss2023-01-131-7/+88
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-1236-1734/+1499
|\
| * Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-1229-1719/+1470
| |\
| | * ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu2023-01-111-0/+4
| | * net: sched: disallow noqueue for qdisc classesFrederick Lawler2023-01-101-0/+5
| | * net/sched: act_mpls: Fix warning during failed attribute validationIdo Schimmel2023-01-091-1/+7
| | * gro: take care of DODGY packetsEric Dumazet2023-01-091-2/+3
| | * Merge tag 'rxrpc-fixes-20230107' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2023-01-0724-1712/+1443
| | |\
| | | * rxrpc: Fix incoming call setup raceDavid Howells2023-01-074-15/+15
| | | * rxrpc: Move client call connection to the I/O threadDavid Howells2023-01-0613-527/+295
| | | * rxrpc: Move the client conn cache management to the I/O threadDavid Howells2023-01-066-86/+62
| | | * rxrpc: Remove call->state_lockDavid Howells2023-01-0612-184/+142
| | | * rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells2023-01-064-111/+108
| | | * rxrpc: Move call state changes from sendmsg to I/O threadDavid Howells2023-01-062-58/+61
| | | * rxrpc: Wrap accesses to get call state to put the barrier in one placeDavid Howells2023-01-065-24/+38
| | | * rxrpc: Split out the call state changing functions into their own fileDavid Howells2023-01-064-89/+108
| | | * rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells2023-01-066-73/+75
| | | * rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells2023-01-063-14/+38