aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-10-15Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2-17/+20
2024-10-14ipv4: tcp: give socket pointer to control skbsEric Dumazet1-1/+2
2024-10-14net: add skb_set_owner_edemux() helperEric Dumazet1-0/+9
2024-10-14net_sched: sch_fq: prepare for TIME_WAIT socketsEric Dumazet1-0/+10
2024-10-14net: add TIME_WAIT logic to sk_to_full_sk()Eric Dumazet1-2/+6
2024-10-14xsk: Carry a copy of xdp_zc_max_segs within xsk_buff_poolMaciej Fijalkowski1-0/+1
2024-10-14xsk: Get rid of xdp_buff_xsk::orig_addrMaciej Fijalkowski1-8/+11
2024-10-14xsk: s/free_list_node/list_node/Maciej Fijalkowski2-8/+8
2024-10-14xsk: Get rid of xdp_buff_xsk::xskb_list_nodeMaciej Fijalkowski2-8/+7
2024-10-13net: vxlan: use kfree_skb_reason() in vxlan_xmit()Menglong Dong1-0/+9
2024-10-13net: vxlan: make vxlan_set_mac() return drop reasonsMenglong Dong1-0/+6
2024-10-13net: vxlan: make vxlan_snoop() return drop reasonsMenglong Dong1-0/+9
2024-10-13net: vxlan: add skb drop reasons to vxlan_rcv()Menglong Dong1-0/+16
2024-10-13net: tunnel: make skb_vlan_inet_prepare() return drop reasonsMenglong Dong1-5/+8
2024-10-13net: tunnel: add pskb_inet_may_pull_reason() helperMenglong Dong1-2/+8
2024-10-11net: do not acquire rtnl in fib_seq_sum()Eric Dumazet1-1/+1
2024-10-11ipv6: use READ_ONCE()/WRITE_ONCE() on fib6_table->fib_seqEric Dumazet1-4/+4
2024-10-11ipv4: use READ_ONCE()/WRITE_ONCE() on net->ipv4.fib_seqEric Dumazet2-3/+3
2024-10-11fib: rules: use READ_ONCE()/WRITE_ONCE() on ops->fib_rules_seqEric Dumazet1-1/+1
2024-10-11tcp: move sysctl_tcp_l3mdev_accept to netns_ipv4_read_rxEric Dumazet1-3/+2
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-2/+20
2024-10-10Merge branch 'net-introduce-tx-h-w-shaping-api'Jakub Kicinski2-2/+126
2024-10-10net-shapers: implement NL get operationPaolo Abeni1-0/+120
2024-10-10genetlink: extend info user-storage to match NL cb ctxPaolo Abeni1-2/+6
2024-10-10mctp: Handle error of rtnl_register_module().Kuniyuki Iwashima1-1/+1
2024-10-10rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima1-0/+17
2024-10-10net: Remove likely from l3mdev_master_ifindex_by_indexBreno Leitao1-1/+1
2024-10-09ipv4: Namespacify IPv4 address GC.Kuniyuki Iwashima1-0/+1
2024-10-09ipv4: Link IPv4 address to per-netns hash table.Kuniyuki Iwashima1-0/+1
2024-10-09ipv4: Convert fib_validate_source() to dscp_t.Guillaume Nault1-1/+2
2024-10-09ipv4: Convert ip_mc_validate_source() to dscp_t.Guillaume Nault1-1/+2
2024-10-09ipv4: Convert ip_route_use_hint() to dscp_t.Guillaume Nault1-2/+2
2024-10-09net: mana: Enable debugfs files for MANA deviceShradha Gupta2-1/+13
2024-10-08net/sched: accept TCA_STAB only for root qdiscEric Dumazet1-1/+0
2024-10-08caif: Remove unused cfsrvl_getphyidDr. David Alan Gilbert1-1/+0
2024-10-08net-timestamp: namespacify the sysctl_tstamp_allow_dataJason Xing2-2/+1
2024-10-08rtnetlink: Add per-netns RTNL.Kuniyuki Iwashima1-0/+4
2024-10-07net: dsa: remove obsolete phylink dsa_switch operationsRussell King (Oracle)1-15/+0
2024-10-04net: Fix an unsafe loop on the listAnastasia Kovaleva1-0/+2
2024-10-04tcp: add a fast path in tcp_delack_timer()Eric Dumazet1-2/+3
2024-10-04tcp: annotate data-races around icsk->icsk_pendingEric Dumazet1-2/+2
2024-10-04net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko1-9/+18
2024-10-04net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control messageVadim Fedorenko2-1/+10
2024-10-03ipv4: Convert ip_route_input_noref() to dscp_t.Guillaume Nault1-4/+3
2024-10-03ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault2-2/+8
2024-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-7/+7
2024-10-03net: mana: Increase the DEF_RX_BUFFERS_PER_QUEUE to 1024Shradha Gupta1-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro7-7/+7
2024-10-01tcp: Fix spelling mistake "emtpy" -> "empty"Colin Ian King1-1/+1
2024-09-23tcp: check skb is non-NULL in tcp_rto_delta_us()Josh Hunt1-2/+19