summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2022-12-12net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconfXin Long
2022-12-09Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2022-12-05xfrm: add support to HW update soft and hard limitsLeon Romanovsky
2022-12-05xfrm: add an interface to offload policyLeon Romanovsky
2022-12-03net: add netdev_sw_irq_coalesce_default_on()Heiner Kallweit
2022-11-28Daniel Borkmann says:Jakub Kicinski
2022-11-16net: add atomic_long_t to net_device_stats fieldsEric Dumazet
2022-11-15dev: Move received_rps counter next to RPS members in softnet dataToke Høiland-Jørgensen
2022-11-09net: introduce a helper to move notifier block to different namespaceJiri Pirko
2022-11-09net/core: Allow live renaming when an interface is upAndy Ren
2022-11-03net: remove unused ndo_get_devlink_portJiri Pirko
2022-11-03net: devlink: track netdev with devlink_port assignedJiri Pirko
2022-10-31rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu
2022-10-30net: remove unused netdev_unregistering()Juhee Kang
2022-10-15Revert "net: fix cpu_max_bits_warn() usage in netif_attrmask_next{,_and}"Jakub Kicinski
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-10-01net: fix cpu_max_bits_warn() usage in netif_attrmask_next{,_and}Yury Norov
2022-09-29net/sched: query offload capabilities through ndo_setup_tc()Vladimir Oltean
2022-09-29net: skb: introduce and use a single page frag cachePaolo Abeni
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-20net: introduce iterators over synced hw addressesVladimir Oltean
2022-09-02net: remove netif_tx_napi_add()Jakub Kicinski
2022-09-02net: bql: add more documentationEric Dumazet
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-25netdev: Use try_cmpxchg in napi_if_scheduled_mark_missedUros Bizjak
2022-08-24net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima
2022-08-24net: Fix data-races around sysctl_fb_tunnels_only_for_init_net.Kuniyuki Iwashima
2022-08-22Remove DECnet support from kernelStephen Hemminger
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-24net: fix IFF_TX_SKB_NO_LINEAR definitionDan Carpenter
2022-06-09net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-05-22net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-16net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau
2022-05-16net: fix possible race in skb_attempt_defer_free()Eric Dumazet
2022-05-16net: allow gro_max_size to exceed 65536Alexander Duyck
2022-05-16net: limit GSO_MAX_SIZE to 524280 bytesEric Dumazet
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck
2022-05-11net: add include/net/net_debug.hEric Dumazet
2022-05-10ptp: Support late timestamp determinationGerhard Engleder
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed
2022-05-06net: move netif_set_gso_max helpersJakub Kicinski
2022-05-06net: don't allow user space to lift the device limitsJakub Kicinski
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski
2022-05-03netdev: reshuffle netif_napi_add() APIs to allow dropping weightJakub Kicinski
2022-04-30net: inline dev_queue_xmit()Pavel Begunkov
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-26net: Use this_cpu_inc() to increment net->core_statsSebastian Andrzej Siewior
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet