summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bitsPablo Neira Ayuso2023-01-111-1/+1
* netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.Gavrilov Ilia2023-01-111-2/+2
* 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
| * rxrpc: Make the set of connection IDs per local endpointDavid Howells2023-01-065-38/+35
| * rxrpc: Tidy up abort generation infrastructureDavid Howells2023-01-0613-405/+351
| * rxrpc: Clean up connection abortDavid Howells2023-01-067-213/+186
| * rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells2023-01-065-6/+53
| * rxrpc: Only disconnect calls in the I/O threadDavid Howells2023-01-064-15/+8
| * rxrpc: Only set/transmit aborts in the I/O threadDavid Howells2023-01-066-18/+49
| * rxrpc: Separate call retransmission from other conn eventsDavid Howells2023-01-063-30/+8
| * rxrpc: Make the local endpoint hold a ref on a connected callDavid Howells2023-01-063-13/+20
| * rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells2023-01-065-23/+21
* | tipc: fix unexpected link reset due to discovery messagesTung Nguyen2023-01-061-4/+8
|/
* Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-0531-281/+524
|\
| * caif: fix memory leak in cfctrl_linkup_request()Zhengchao Shao2023-01-051-1/+5
| * inet: control sockets should not use current thread task_fragEric Dumazet2023-01-041-0/+1
| * net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni2023-01-042-0/+18
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2023-01-0313-187/+268
| |\
| | * netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik2023-01-0210-80/+67
| | * netfilter: ipset: fix hash:net,port,net hang with /0 subnetJozsef Kadlecsik2023-01-021-19/+21
| | * netfilter: nf_tables: honor set timeout and garbage collection updatesPablo Neira Ayuso2022-12-221-18/+45
| | * netfilter: nf_tables: perform type checking for existing setsPablo Neira Ayuso2022-12-211-1/+35
| | * netfilter: nf_tables: add function to create set stateful expressionsPablo Neira Ayuso2022-12-211-38/+68
| | * netfilter: nf_tables: consolidate set descriptionPablo Neira Ayuso2022-12-211-30/+28
| | * netfilter: conntrack: fix ipv6 exthdr error checkFlorian Westphal2022-12-211-2/+5
| * | net: sched: htb: fix htb_classify() kernel-docRandy Dunlap2023-01-021-2/+6
| * | net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim2023-01-021-2/+2
| * | net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim2023-01-021-1/+4
| * | tcp: Add TIME_WAIT sockets in bhash2.Kuniyuki Iwashima2022-12-303-9/+56
| * | net/ethtool/ioctl: split ethtool_get_phy_stats into multiple helpersDaniil Tatianin2022-12-281-33/+69
| * | net/ethtool/ioctl: remove if n_stats checks from ethtool_get_phy_statsDaniil Tatianin2022-12-281-14/+10
| * | net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy statsDaniil Tatianin2022-12-281-1/+2
| * | rxrpc: Fix a couple of potential use-after-freesDavid Howells2022-12-281-6/+8
| * | nfc: Fix potential resource leaksMiaoqian Lin2022-12-261-14/+38
| * | net: sched: fix memory leak in tcindex_set_parmsHawkins Jiawei2022-12-261-10/+2
| * | Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2022-12-241-2/+5
| |\ \