summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-08net: remove enum skb_free_reasonEric Dumazet1-11/+9
2023-02-24net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet1-1/+3
2023-02-20net: add location to trace_consume_skb()Eric Dumazet1-1/+1
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+1
2023-02-16devlink: Fix netdev notifier chain corruptionIdo Schimmel1-8/+0
2023-02-16net/core: refactor promiscuous mode messageJesse Brandeburg1-3/+2
2023-02-16net/core: print message for allmulticastJesse Brandeburg1-0/+2
2023-02-13net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann1-1/+1
2023-02-11Daniel Borkmann says:Jakub Kicinski1-0/+1
2023-02-03netdev-genl: create a simple family for netdev stuffJakub Kicinski1-0/+1
2023-02-02net: add gso_ipv4_max_size and gro_ipv4_max_size per deviceXin Long1-0/+4
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+7
2023-01-24net: avoid irqsave in skb_defer_free_flushJesper Dangaard Brouer1-3/+2
2023-01-23bpf: Introduce device-bound XDP programsStanislav Fomichev1-0/+5
2023-01-23bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev1-2/+2
2022-12-19net: Fix documentation for unregister_netdevice_notifier_netMiaoqian Lin1-1/+1
2022-12-04net: add netdev_sw_irq_coalesce_default_on()Heiner Kallweit1-0/+16
2022-11-18net: fix napi_disable() logic errorEric Dumazet1-2/+2
2022-11-16net: add atomic_long_t to net_device_stats fieldsEric Dumazet1-11/+3
2022-11-16net: adopt try_cmpxchg() in napi_{enable|disable}()Eric Dumazet1-9/+5
2022-11-16net: adopt try_cmpxchg() in napi_schedule_prep() and napi_complete_done()Eric Dumazet1-6/+4
2022-11-16net: net_{enable|disable}_timestamp() optimizationsEric Dumazet1-12/+6
2022-11-10net: introduce a helper to move notifier block to different namespaceJiri Pirko1-4/+18
2022-11-09net/core: Allow live renaming when an interface is upAndy Ren1-17/+2
2022-11-04net: devlink: track netdev with devlink_port assignedJiri Pirko1-5/+9
2022-11-01net: add new helper unregister_netdevice_many_notifyHangbin Liu1-10/+17
2022-11-01rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu1-12/+13
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner1-2/+2
2022-10-25net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook1-1/+1
2022-10-19net: Fix return value of qdisc ingress handling on successPaul Blakey1-0/+4
2022-09-30net: skb: introduce and use a single page frag cachePaolo Abeni1-17/+0
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+10
2022-08-24net: Fix a data-race around netdev_unregister_timeout_secs.Kuniyuki Iwashima1-1/+1
2022-08-24net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima1-1/+1
2022-08-24net: Fix a data-race around netdev_budget.Kuniyuki Iwashima1-1/+1
2022-08-24net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima1-4/+4
2022-08-24net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima1-2/+2
2022-08-24net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima1-1/+1
2022-08-23net: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-08-22Remove DECnet support from kernelStephen Hemminger1-3/+1
2022-07-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+1
2022-07-19bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao1-0/+1
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2022-07-06xdp: Fix spurious packet loss in generic XDP TX pathJohan Almbladh1-2/+6
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+15
2022-06-17net: fix data-race in dev_isalive()Eric Dumazet1-10/+15
2022-06-10net: add napi_get_frags_check() helperEric Dumazet1-0/+18
2022-06-10net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()Eric Dumazet1-1/+1
2022-06-10net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet1-9/+9
2022-06-10net: rename reference+tracking helpersJakub Kicinski1-5/+5