summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2023-03-22net: do not use skb_mac_header() in qdisc_pkt_len_init()Eric Dumazet
2023-03-22net: Catch invalid index in XPS mappingNick Child
2023-03-07net: remove enum skb_free_reasonEric Dumazet
2023-02-24net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet
2023-02-20net: add location to trace_consume_skb()Eric Dumazet
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2023-02-16devlink: Fix netdev notifier chain corruptionIdo Schimmel
2023-02-16net/core: refactor promiscuous mode messageJesse Brandeburg
2023-02-16net/core: print message for allmulticastJesse Brandeburg
2023-02-13net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann
2023-02-10Daniel Borkmann says:Jakub Kicinski
2023-02-02netdev-genl: create a simple family for netdev stuffJakub Kicinski
2023-02-01net: add gso_ipv4_max_size and gro_ipv4_max_size per deviceXin Long
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-23net: avoid irqsave in skb_defer_free_flushJesper Dangaard Brouer
2023-01-23bpf: Introduce device-bound XDP programsStanislav Fomichev
2023-01-23bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev
2022-12-19net: Fix documentation for unregister_netdevice_notifier_netMiaoqian Lin
2022-12-03net: add netdev_sw_irq_coalesce_default_on()Heiner Kallweit
2022-11-18net: fix napi_disable() logic errorEric Dumazet
2022-11-16net: add atomic_long_t to net_device_stats fieldsEric Dumazet
2022-11-16net: adopt try_cmpxchg() in napi_{enable|disable}()Eric Dumazet
2022-11-16net: adopt try_cmpxchg() in napi_schedule_prep() and napi_complete_done()Eric Dumazet
2022-11-16net: net_{enable|disable}_timestamp() optimizationsEric Dumazet
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: devlink: track netdev with devlink_port assignedJiri Pirko
2022-10-31net: add new helper unregister_netdevice_many_notifyHangbin Liu
2022-10-31rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner
2022-10-25net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook
2022-10-19net: Fix return value of qdisc ingress handling on successPaul Blakey
2022-09-29net: skb: introduce and use a single page frag cachePaolo Abeni
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-24net: Fix a data-race around netdev_unregister_timeout_secs.Kuniyuki Iwashima
2022-08-24net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima
2022-08-24net: Fix a data-race around netdev_budget.Kuniyuki Iwashima
2022-08-24net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima
2022-08-24net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima
2022-08-24net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima
2022-08-22net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-22Remove DECnet support from kernelStephen Hemminger
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-19bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-06xdp: Fix spurious packet loss in generic XDP TX pathJohan Almbladh
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-17net: fix data-race in dev_isalive()Eric Dumazet
2022-06-09net: add napi_get_frags_check() helperEric Dumazet
2022-06-09net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()Eric Dumazet