summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski-3/+1
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+9
2024-04-03Merge tag 'wireless-next-2024-04-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-4/+18
2024-04-03net: mana: Fix Rx DMA datasize and skb_over_panicHaiyang Zhang-1/+0
2024-04-03af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima-1/+0
2024-04-02tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlogJason Xing-1/+1
2024-04-01genetlink: remove linux/genetlink.hJakub Kicinski-1/+9
2024-04-01tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet-2/+2
2024-04-01inet: preserve const qualifier in inet_csk()Eric Dumazet-7/+4
2024-04-01net: rps: add rps_input_queue_head_add() helperEric Dumazet-2/+7
2024-04-01net: rps: change input_queue_tail_incr_save()Eric Dumazet-0/+23
2024-04-01pfcp: always set pfcp metadataMichal Swiatkowski-0/+76
2024-04-01pfcp: add PFCP moduleWojciech Drewek-0/+17
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin-65/+144
2024-04-01ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin-5/+20
2024-03-29netlink: introduce type-checking attribute iterationJohannes Berg-0/+27
2024-03-29net: add sk_wake_async_rcu() helperEric Dumazet-0/+6
2024-03-29af_unix: Replace garbage collection algorithm.Kuniyuki Iwashima-8/+0
2024-03-29af_unix: Assign a unique index to SCC.Kuniyuki Iwashima-1/+1
2024-03-29af_unix: Save O(n) setup of Tarjan's algo.Kuniyuki Iwashima-1/+0
2024-03-29af_unix: Fix up unix_edge.successor for embryo socket.Kuniyuki Iwashima-0/+1
2024-03-29af_unix: Save listener for embryo socket.Kuniyuki Iwashima-0/+1
2024-03-29af_unix: Detect Strongly Connected Components.Kuniyuki Iwashima-0/+3
2024-03-29af_unix: Iterate all vertices by DFS.Kuniyuki Iwashima-0/+2
2024-03-29af_unix: Link struct unix_edge when queuing skb.Kuniyuki Iwashima-0/+3
2024-03-29af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.Kuniyuki Iwashima-0/+11
2024-03-29af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.Kuniyuki Iwashima-0/+12
2024-03-29Bluetooth: add quirk for broken address propertiesJohan Hovold-0/+9
2024-03-29net/smc: make smc_hash_sk/smc_unhash_sk staticZhengchao Shao-3/+0
2024-03-29net: sched: make skip_sw actually skip softwareAsbjørn Sloth Tønnesen-0/+10
2024-03-29net: sched: cls_api: add filter counterAsbjørn Sloth Tønnesen-0/+2
2024-03-29net: sched: cls_api: add skip_sw counterAsbjørn Sloth Tønnesen-0/+1
2024-03-27Merge tag 'wireless-2024-03-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski-0/+2
2024-03-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni-0/+2
2024-03-25tcp: properly terminate timers for kernel socketsEric Dumazet-0/+8
2024-03-25wifi: mac80211: add support for tearing down negotiated TTLMAyala Beker-0/+9
2024-03-25wifi: mac80211: add flag to disallow puncturing in 5 GHzJohannes Berg-0/+3
2024-03-25wifi: mac80211: fix BSS_CHANGED_MLD_TTLM descriptionAyala Beker-1/+1
2024-03-25wifi: mac80211: clarify the dormant/suspended links docsJohannes Berg-3/+5
2024-03-25wifi: cfg80211: add a flag to disable wireless extensionsJohannes Berg-0/+2
2024-03-21Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-1/+6
2024-03-19tcp: Clear req->syncookie in reqsk_alloc().Kuniyuki Iwashima-1/+6
2024-03-19xsk: Don't assume metadata is always requested in TX completionStanislav Fomichev-0/+2
2024-03-13s390/iucv: use new address translation helpersHeiko Carstens-1/+2
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-322/+1006
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2024-03-11net: nexthop: Have all NH notifiers carry NH IDPetr Machata-1/+1
2024-03-11net: gro: move two declarations to include/net/gro.hEric Dumazet-3/+6
2024-03-11Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linuxLinus Torvalds-0/+4
2024-03-08Merge tag 'for-net-next-2024-03-08' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski-56/+68