summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-11-10devlink: Add packet traps for 802.1X operationIdo Schimmel1-0/+3
2022-11-10bridge: switchdev: Reflect MAB bridge port flag to device driversIdo Schimmel1-1/+1
2022-11-10bridge: switchdev: Allow device drivers to install locked FDB entriesHans J. Schultz4-4/+27
2022-11-10bridge: switchdev: Let device drivers determine FDB offload indicationIdo Schimmel1-1/+1
2022-11-10net: devlink: move netdev notifier block to dest namespace during reloadJiri Pirko1-1/+4
2022-11-10net: introduce a helper to move notifier block to different namespaceJiri Pirko1-4/+18
2022-11-09genetlink: correctly begin the iteration over policiesJakub Kicinski1-1/+3
2022-11-09Merge tag 'rxrpc-next-20221108' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller29-1709/+1562
2022-11-09net/core: Allow live renaming when an interface is upAndy Ren2-20/+5
2022-11-08rxrpc: Allocate an skcipher each time needed rather than reusingDavid Howells2-26/+28
2022-11-08rxrpc: Fix congestion managementDavid Howells10-20/+59
2022-11-08rxrpc: Remove the rxtx ringDavid Howells2-39/+0
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells6-116/+181
2022-11-08rxrpc: Remove call->lockDavid Howells5-32/+3
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueDavid Howells11-423/+309
2022-11-08rxrpc: Get rid of the Rx ringDavid Howells10-199/+279
2022-11-08rxrpc: Clone received jumbo subpackets and queue separatelyDavid Howells7-410/+240
2022-11-08rxrpc: Split the rxrpc_recvmsg tracepointDavid Howells1-19/+18
2022-11-08rxrpc: Clean up ACK handlingDavid Howells10-122/+50
2022-11-08rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells9-256/+250
2022-11-08rxrpc: Define rxrpc_txbuf struct to carry data to be transmittedDavid Howells4-1/+156
2022-11-08rxrpc: Remove call->tx_phaseDavid Howells4-7/+1
2022-11-08rxrpc: Remove the flags from the rxrpc_skb tracepointDavid Howells3-15/+7
2022-11-08rxrpc: Remove unnecessary header inclusionsDavid Howells1-14/+0
2022-11-08rxrpc: Call udp_sendmsg() directlyDavid Howells2-10/+28
2022-11-08rxrpc: Use the core ICMP/ICMP6 parsersDavid Howells3-217/+42
2022-11-08net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells6-57/+24
2022-11-08rxrpc: Fix ack.bufferSize to be 0 when generating an ackDavid Howells1-1/+1
2022-11-08rxrpc: Record stats for why the REQUEST-ACK flag is being setDavid Howells3-0/+17
2022-11-08rxrpc: Record statistics about ACK typesDavid Howells5-1/+48
2022-11-08rxrpc: Add stats procfile and DATA packet statsDavid Howells7-0/+78
2022-11-08rxrpc: Track highest acked serialDavid Howells2-0/+5
2022-11-08rxrpc: Split call timer-expiration from call timer-set tracepointDavid Howells1-1/+1
2022-11-08rxrpc: Trace setting of the request-ack flagDavid Howells1-9/+23
2022-11-08net: sched: add helper support in act_ctXin Long1-8/+81
2022-11-08net: sched: call tcf_ct_params_free to free params in tcf_ct_initXin Long1-17/+18
2022-11-08net: move add ct helper function to nf_conntrack_helper for ovs and tcXin Long2-39/+36
2022-11-08net: move the ct helper function to nf_conntrack_helper for ovs and tcXin Long2-60/+70
2022-11-08ethtool: Fail number of channels change when it conflicts with rxnfcGal Pressman4-11/+92
2022-11-08ethtool: linkstate: add a statistic for PHY down eventsJakub Kicinski1-1/+23
2022-11-08netlink: Fix potential skb memleak in netlink_ackTao Chen1-1/+3
2022-11-07genetlink: convert control family to split opsJakub Kicinski1-4/+13
2022-11-07genetlink: allow families to use split ops directlyJakub Kicinski1-26/+144
2022-11-07genetlink: inline old iteration helpersJakub Kicinski1-23/+9
2022-11-07genetlink: use iterator in the op to policy map dumpingJakub Kicinski1-23/+26
2022-11-07genetlink: add iterator for walking family opsJakub Kicinski1-41/+76
2022-11-07genetlink: inline genl_get_cmd()Jakub Kicinski1-18/+12
2022-11-07genetlink: support split policies in ctrl_dumppolicy_put_op()Jakub Kicinski1-22/+33
2022-11-07genetlink: add policies for both doit and dumpit in ctrl_dumppolicy_start()Jakub Kicinski1-10/+38
2022-11-07genetlink: check for callback type at op load timeJakub Kicinski1-10/+10