summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-20net: make default_rps_mask a per netns attributePaolo Abeni1-1/+0
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+0
2023-02-16devlink: Fix netdev notifier chain corruptionIdo Schimmel1-2/+0
2023-02-11Daniel Borkmann says:Jakub Kicinski1-0/+4
2023-02-10net: introduce default_rps_mask netns attributePaolo Abeni1-0/+1
2023-02-08net, xdp: Add missing xdp_features descriptionLorenzo Bianconi1-0/+1
2023-02-03netdev-genl: create a simple family for netdev stuffJakub Kicinski1-0/+3
2023-02-02net: add gso_ipv4_max_size and gro_ipv4_max_size per deviceXin Long1-0/+6
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+8
2023-01-27xfrm: extend add state callback to set failure reasonLeon Romanovsky1-1/+1
2023-01-27xfrm: extend add policy callback to set failure reasonLeon Romanovsky1-1/+1
2023-01-23bpf: XDP metadata RX kfuncsStanislav Fomichev1-0/+8
2022-12-13net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconfXin Long1-1/+2
2022-12-10Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-0/+4
2022-12-05xfrm: add support to HW update soft and hard limitsLeon Romanovsky1-0/+1
2022-12-05xfrm: add an interface to offload policyLeon Romanovsky1-0/+3
2022-12-04net: add netdev_sw_irq_coalesce_default_on()Heiner Kallweit1-0/+1
2022-11-29Daniel Borkmann says:Jakub Kicinski1-1/+1
2022-11-16net: add atomic_long_t to net_device_stats fieldsEric Dumazet1-23/+35
2022-11-15dev: Move received_rps counter next to RPS members in softnet dataToke Høiland-Jørgensen1-1/+1
2022-11-10net: introduce a helper to move notifier block to different namespaceJiri Pirko1-0/+2
2022-11-09net/core: Allow live renaming when an interface is upAndy Ren1-3/+1
2022-11-04net: remove unused ndo_get_devlink_portJiri Pirko1-5/+0
2022-11-04net: devlink: track netdev with devlink_port assignedJiri Pirko1-0/+19
2022-11-01rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu1-2/+0
2022-10-31net: remove unused netdev_unregistering()Juhee Kang1-5/+0
2022-10-15Revert "net: fix cpu_max_bits_warn() usage in netif_attrmask_next{,_and}"Jakub Kicinski1-4/+6
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds1-6/+4
2022-10-01net: fix cpu_max_bits_warn() usage in netif_attrmask_next{,_and}Yury Norov1-6/+4
2022-09-30net/sched: query offload capabilities through ndo_setup_tc()Vladimir Oltean1-0/+1
2022-09-30net: skb: introduce and use a single page frag cachePaolo Abeni1-0/+1
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-3/+2
2022-09-20net: introduce iterators over synced hw addressesVladimir Oltean1-0/+6
2022-09-02net: remove netif_tx_napi_add()Jakub Kicinski1-2/+0
2022-09-02net: bql: add more documentationEric Dumazet1-6/+26
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+17
2022-08-26netdev: Use try_cmpxchg in napi_if_scheduled_mark_missedUros Bizjak1-2/+2
2022-08-24net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima1-0/+9
2022-08-24net: Fix data-races around sysctl_fb_tunnels_only_for_init_net.Kuniyuki Iwashima1-3/+8
2022-08-22Remove DECnet support from kernelStephen Hemminger1-4/+0
2022-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-06-25net: fix IFF_TX_SKB_NO_LINEAR definitionDan Carpenter1-1/+1
2022-06-10net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet1-8/+8
2022-06-10net: rename reference+tracking helpersJakub Kicinski1-12/+12
2022-05-22net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski1-2/+6
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-05-16net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau1-1/+1
2022-05-16net: fix possible race in skb_attempt_defer_free()Eric Dumazet1-0/+1
2022-05-16net: allow gro_max_size to exceed 65536Alexander Duyck1-1/+5
2022-05-16net: limit GSO_MAX_SIZE to 524280 bytesEric Dumazet1-2/+5