summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-08-20net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet
2023-08-19net: add skb_queue_purge_reason and __skb_queue_purge_reasonEric Dumazet
2023-08-19net/smc: Extend SMCR v2 linkgroup netlink attributeGuangguan Wang
2023-08-18Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-18Merge tag 'net-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-08-17netem: add prng attribute to netem_sched_dataFrançois Michel
2023-08-18Merge tag 'drm-misc-fixes-2023-08-17' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2023-08-17net: do not allow gso_size to be set to GSO_BY_FRAGSEric Dumazet
2023-08-17sock: Fix misuse of sk_under_memory_pressure()Abel Wu
2023-08-17Revert "drm/edid: Fix csync detailed mode parsing"Jani Nikula
2023-08-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-16virtchnl: fix fake 1-elem arrays for structures allocated as `nents`Alexander Lobakin
2023-08-16virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`Alexander Lobakin
2023-08-16virtchnl: fix fake 1-elem arrays in structs allocated as `nents + 1` - 1Alexander Lobakin
2023-08-16net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee
2023-08-16net-memcg: Fix scope of sockmem pressure indicatorsAbel Wu
2023-08-16Merge tag 'nf-23-08-16' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...David S. Miller
2023-08-16inet: move inet->defer_connect to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->nodefrag to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->mc_all to inet->inet_fragsEric Dumazet
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->recverr_rfc4884 to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet
2023-08-16inet: introduce inet->inet_flagsEric Dumazet
2023-08-16Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller
2023-08-15Merge tag 'mlx5-updates-2023-08-14' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2023-08-16netfilter: nf_tables: fix kdoc warnings after gc reworkFlorian Westphal
2023-08-15genetlink: add genlmsg_iput() APIJakub Kicinski
2023-08-15genetlink: add a family pointer to struct genl_infoJakub Kicinski
2023-08-15genetlink: use attrs from struct genl_infoJakub Kicinski
2023-08-15genetlink: add struct genl_info to struct genl_dumpit_infoJakub Kicinski
2023-08-15genetlink: remove userhdr from struct genl_infoJakub Kicinski
2023-08-15genetlink: make genl_info->nlhdr constJakub Kicinski
2023-08-15net: Fix slab-out-of-bounds in inet[6]_steal_sockLorenz Bauer
2023-08-14bpf: Document struct bpf_struct_ops fieldsDavid Vernet
2023-08-14net/mlx5: Remove unused MAX HCA capabilitiesShay Drory
2023-08-14net/mlx5: Remove unused CAPsShay Drory
2023-08-14net/mlx5: Check with FW that sync reset completed successfullyMoshe Shemesh
2023-08-14net: phy: Introduce PSGMII PHY interface modeGabor Juhos
2023-08-14net: openvswitch: add explicit drop actionEric Garver
2023-08-14net: openvswitch: add last-action drop reasonAdrian Moreno
2023-08-14net: factor out __inet_listen_sk() helperPaolo Abeni
2023-08-14net: factor out inet{,6}_bind_sk helpersPaolo Abeni
2023-08-13net: Remove leftover include from nftables.hJörn-Thorben Hinz