aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2023-04-18net: add macro netif_subqueue_completed_wakeHeiner Kallweit1-0/+10
2023-04-18netfilter: nf_tables: validate catch-all set elementsPablo Neira Ayuso1-0/+4
2023-04-17sctp: delete the obsolete code for the host name address paramXin Long1-1/+0
2023-04-14page_pool: allow caching from safely localized NAPIJakub Kicinski1-1/+2
2023-04-14net: mana: Add support for jumbo frameHaiyang Zhang2-0/+18
2023-04-14net: mana: Enable RX path to handle various MTU sizesHaiyang Zhang1-0/+7
2023-04-14net: mana: Refactor RX buffer allocation code to prepare for various MTUHaiyang Zhang1-5/+1
2023-04-13net/sched: mqprio: allow per-TC user input of FP adminStatusVladimir Oltean1-0/+1
2023-04-13net/sched: pass netlink extack to mqprio and taprio offloadVladimir Oltean1-0/+2
2023-04-13Daniel Borkmann says:Jakub Kicinski5-48/+22
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+54
2023-04-13mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash typeJesper Dangaard Brouer1-0/+2
2023-04-13xdp: rss hash types representationJesper Dangaard Brouer1-0/+45
2023-04-13wifi: mac80211: add flush_sta methodJohannes Berg1-0/+6
2023-04-12bpf,fou: Add bpf_skb_{set,get}_fou_encap kfuncsChristian Ehrig1-0/+2
2023-04-12ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig1-13/+15
2023-04-10net: piggy back on the memory barrier in bql when waking queuesJakub Kicinski1-10/+29
2023-04-10net: provide macros for commonly copied lockless queue stop/wake codeJakub Kicinski1-0/+144
2023-04-10Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz1-0/+1
2023-04-09net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stubVladimir Oltean1-0/+48
2023-04-07bonding: fix ns validation on backup slavesHangbin Liu1-2/+6
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-04-06xsk: Fix unaligned descriptor validationKal Conley1-7/+2
2023-04-04raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima1-2/+2
2023-04-03net: create a netdev notifier for DSA to reject PTP on DSA masterVladimir Oltean1-51/+0
2023-03-30Merge tag 'wireless-next-2023-03-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2-4/+112
2023-03-29ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima1-6/+3
2023-03-29vsock: support sockmapBobby Eshleman1-0/+17
2023-03-28net: dst: Switch to rcuref_t reference countingThomas Gleixner2-10/+11
2023-03-28net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo4-8/+15
2023-03-279p: Add additional debug flags and open modesEric Van Hensbergen1-0/+6
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-03-24wifi: nl80211: make nl80211_send_chandef non-staticJaewan Kim1-0/+9
2023-03-24cfg80211: support RNR for EMA APAloka Dixit1-0/+19
2023-03-23Merge branch 'main' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/net...Jakub Kicinski1-2/+1
2023-03-22net: Update an existing TCP congestion control algorithm.Kui-Feng Lee1-0/+3
2023-03-22Merge tag 'ipsec-libreswan-mlx5' of https://git.kernel.org/pub/scm/linux/kern...Jakub Kicinski1-0/+5
2023-03-22Bluetooth: btintel: Iterate only bluetooth device ACPI entriesKiran K1-0/+1
2023-03-22netfilter: nft_redir: use `struct nf_nat_range2` throughout and deduplicate e...Jeremy Sowden1-2/+1
2023-03-22wifi: mac80211: generate EMA beacons in AP modeAloka Dixit1-0/+68
2023-03-22wifi: mac80211: implement support for yet another mesh A-MSDU formatFelix Fietkau1-4/+7
2023-03-22wifi: mac80211: add support for letting drivers register tc offload supportFelix Fietkau1-0/+9
2023-03-21neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet4-16/+16
2023-03-20xfrm: add new device offload acquire flagRaed Salem1-0/+5
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet1-1/+1
2023-03-18x25: preserve const qualifier in [a]x25_sk()Eric Dumazet2-8/+2
2023-03-18af_unix: preserve const qualifier in unix_sk()Eric Dumazet1-4/+1
2023-03-18raw: preserve const qualifier in raw_sk()Eric Dumazet1-4/+1
2023-03-17ip_tunnel: Preserve pointer const in ip_tunnel_info_optsGavin Li1-5/+6
2023-03-17vxlan: Expose helper vxlan_build_gbp_hdrGavin Li1-0/+19