summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
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
2022-06-09net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-18random32: use real rng for non-deterministic randomnessJason A. Donenfeld
2022-05-16net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau
2022-05-16net: call skb_defer_free_flush() before each napi_poll()Eric Dumazet
2022-05-16net: add skb_defer_max sysctlEric Dumazet
2022-05-16net: use napi_consume_skb() in skb_defer_free_flush()Eric Dumazet
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: allow gso_max_size to exceed 65536Alexander Duyck
2022-05-12net: update the register_netdevice() kdocJakub Kicinski
2022-05-11net: add more debug info in skb_checksum_help()Eric Dumazet
2022-05-11net: remove two BUG() from skb_checksum_help()Eric Dumazet
2022-05-10net: fix kdoc on __dev_queue_xmit()Jakub Kicinski
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski