summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2024-04-11Merge branch mana-ib-flex of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Jakub Kicinski
2024-04-11net: mana: Add flex array to struct mana_cfg_rx_steer_req_v2Erick Archer
2024-04-11netfilter: flowtable: validate pppoe headerPablo Neira Ayuso
2024-04-11netfilter: nft_set_pipapo: walk over current view on netlink dumpPablo Neira Ayuso
2024-04-10Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz
2024-04-09ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc
2024-04-09Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe
2024-04-09tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu fieldEric Dumazet
2024-04-09tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()Eric Dumazet
2024-04-08wifi: mac80211: extend IEEE80211_KEY_FLAG_GENERATE_MMIE to other ciphersMichael-CY Lee
2024-04-08wifi: mac80211: Add missing return value documentationJeff Johnson
2024-04-08wifi: mac80211: remove ieee80211_set_hw_80211_encap()Jeff Johnson
2024-04-08wifi: mac80211: don't use rate mask for scanningJohannes Berg
2024-04-08devlink: Support setting max_io_eqsParav Pandit
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault
2024-04-08geneve: fix header validation in geneve[6]_xmit_skbEric Dumazet
2024-04-07new helper: copy_to_iter_full()Al Viro
2024-04-06netlink: add nlmsg_consume() and use it in devlink compatJakub Kicinski
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-03Merge tag 'wireless-next-2024-04-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-04-03net: mana: Fix Rx DMA datasize and skb_over_panicHaiyang Zhang
2024-04-03af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima
2024-04-02tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlogJason Xing
2024-04-01genetlink: remove linux/genetlink.hJakub Kicinski
2024-04-01tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet
2024-04-01inet: preserve const qualifier in inet_csk()Eric Dumazet
2024-04-01net: rps: add rps_input_queue_head_add() helperEric Dumazet
2024-04-01net: rps: change input_queue_tail_incr_save()Eric Dumazet
2024-04-01pfcp: always set pfcp metadataMichal Swiatkowski
2024-04-01pfcp: add PFCP moduleWojciech Drewek
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin
2024-04-01ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin
2024-03-29netlink: introduce type-checking attribute iterationJohannes Berg
2024-03-29net: add sk_wake_async_rcu() helperEric Dumazet
2024-03-29af_unix: Replace garbage collection algorithm.Kuniyuki Iwashima
2024-03-29af_unix: Assign a unique index to SCC.Kuniyuki Iwashima
2024-03-29af_unix: Save O(n) setup of Tarjan's algo.Kuniyuki Iwashima
2024-03-29af_unix: Fix up unix_edge.successor for embryo socket.Kuniyuki Iwashima
2024-03-29af_unix: Save listener for embryo socket.Kuniyuki Iwashima
2024-03-29af_unix: Detect Strongly Connected Components.Kuniyuki Iwashima
2024-03-29af_unix: Iterate all vertices by DFS.Kuniyuki Iwashima
2024-03-29af_unix: Link struct unix_edge when queuing skb.Kuniyuki Iwashima
2024-03-29af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.Kuniyuki Iwashima
2024-03-29af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.Kuniyuki Iwashima
2024-03-29Bluetooth: add quirk for broken address propertiesJohan Hovold
2024-03-29net/smc: make smc_hash_sk/smc_unhash_sk staticZhengchao Shao
2024-03-29net: sched: make skip_sw actually skip softwareAsbjørn Sloth Tønnesen
2024-03-29net: sched: cls_api: add filter counterAsbjørn Sloth Tønnesen
2024-03-29net: sched: cls_api: add skip_sw counterAsbjørn Sloth Tønnesen