summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2024-04-19net_sched: sch_choke: implement lockless choke_dump()Eric Dumazet1-6/+6
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-1/+26
2024-04-18net/sched: Fix mirred deadlock on device recursionEric Dumazet1-0/+1
2024-04-16af_unix: Try not to hold unix_gc_lock during accept().Kuniyuki Iwashima1-0/+1
2024-04-15flow_offload: add control flag checking helpersAsbjørn Sloth Tønnesen1-0/+55
2024-04-12Merge tag 'nf-24-04-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller2-1/+25
2024-04-12devlink: add a new info version tagFei Qin1-1/+3
2024-04-12tcp: increase the default TCP scaling ratioHechao Li1-3/+2
2024-04-12net: dsa: allow DSA switch drivers to provide their own phylink mac opsRussell King (Oracle)1-0/+5
2024-04-12net: dsa: introduce dsa_phylink_to_port()Russell King (Oracle)1-0/+6
2024-04-12ipv4: Remove RTO_ONLINK.Guillaume Nault1-2/+0
2024-04-12flow_offload: fix flow_offload_has_one_action() kdocAsbjørn Sloth Tønnesen1-1/+1
2024-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+46
2024-04-11Merge branch mana-ib-flex of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Jakub Kicinski1-0/+1
2024-04-11net: mana: Add flex array to struct mana_cfg_rx_steer_req_v2Erick Archer1-0/+1
2024-04-11netfilter: flowtable: validate pppoe headerPablo Neira Ayuso1-1/+11
2024-04-11netfilter: nft_set_pipapo: walk over current view on netlink dumpPablo Neira Ayuso1-0/+14
2024-04-10Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-0/+9
2024-04-10ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc1-0/+4
2024-04-09tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu fieldEric Dumazet1-5/+5
2024-04-09tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()Eric Dumazet1-1/+2
2024-04-08devlink: Support setting max_io_eqsParav Pandit1-0/+14
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault1-1/+8
2024-04-08geneve: fix header validation in geneve[6]_xmit_skbEric Dumazet1-0/+33
2024-04-06netlink: add nlmsg_consume() and use it in devlink compatJakub Kicinski1-2/+12
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski1-3/+1
2024-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+9
2024-04-04Merge tag 'wireless-next-2024-04-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-4/+18
2024-04-04net: mana: Fix Rx DMA datasize and skb_over_panicHaiyang Zhang1-1/+0
2024-04-04af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima1-1/+0
2024-04-03tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlogJason Xing1-1/+1
2024-04-02genetlink: remove linux/genetlink.hJakub Kicinski1-1/+9
2024-04-02tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet2-2/+2
2024-04-02inet: preserve const qualifier in inet_csk()Eric Dumazet4-7/+4
2024-04-01net: rps: add rps_input_queue_head_add() helperEric Dumazet1-2/+7
2024-04-01net: rps: change input_queue_tail_incr_save()Eric Dumazet1-0/+23
2024-04-01pfcp: always set pfcp metadataMichal Swiatkowski2-0/+76
2024-04-01pfcp: add PFCP moduleWojciech Drewek1-0/+17
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin6-65/+144
2024-04-01ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin1-5/+20
2024-03-30netlink: introduce type-checking attribute iterationJohannes Berg1-0/+27
2024-03-30net: add sk_wake_async_rcu() helperEric Dumazet1-0/+6
2024-03-29af_unix: Replace garbage collection algorithm.Kuniyuki Iwashima1-8/+0
2024-03-29af_unix: Assign a unique index to SCC.Kuniyuki Iwashima1-1/+1
2024-03-29af_unix: Save O(n) setup of Tarjan's algo.Kuniyuki Iwashima1-1/+0
2024-03-29af_unix: Fix up unix_edge.successor for embryo socket.Kuniyuki Iwashima1-0/+1
2024-03-29af_unix: Save listener for embryo socket.Kuniyuki Iwashima1-0/+1
2024-03-29af_unix: Detect Strongly Connected Components.Kuniyuki Iwashima1-0/+3
2024-03-29af_unix: Iterate all vertices by DFS.Kuniyuki Iwashima1-0/+2
2024-03-29af_unix: Link struct unix_edge when queuing skb.Kuniyuki Iwashima2-0/+3