summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-27net: report RCU QS on threaded NAPI repollingYan Zhai1-0/+3
2024-03-27packet: annotate data-races around ignore_outgoingEric Dumazet1-1/+1
2024-03-01net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook1-1/+1
2024-02-01net: fix removing a namespace with conflicting altnamesJakub Kicinski1-0/+9
2024-01-01net: check dev->gso_max_size in gso_features_check()Eric Dumazet1-0/+3
2023-10-25net: move altnames together with the netdeviceJakub Kicinski1-4/+9
2023-10-25net: check for altname conflicts when changing netdev's netnsJakub Kicinski1-1/+8
2023-10-25net: fix ifname in netlink ntf during netns moveJakub Kicinski1-13/+31
2023-10-25net: avoid UAF on deleted altnameJakub Kicinski1-1/+6
2023-10-20net: refine debug info in skb_checksum_help()Eric Dumazet1-2/+6
2023-06-14net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet1-1/+1
2023-06-14rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet1-2/+4
2023-05-24net: Catch invalid index in XPS mappingNick Child1-0/+2
2023-05-24net: add vlan_get_protocol_and_depth() helperEric Dumazet1-1/+1
2023-04-20net: openvswitch: fix race on port outputFelix Huettner1-0/+1
2023-03-11net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet1-1/+3
2023-02-22net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann1-1/+1
2022-12-31net: add atomic_long_t to net_device_stats fieldsEric Dumazet1-11/+3
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
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-70/+162
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+0
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-05-18random32: use real rng for non-deterministic randomnessJason A. Donenfeld1-3/+0
2022-05-16net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau1-1/+1
2022-05-16net: call skb_defer_free_flush() before each napi_poll()Eric Dumazet1-2/+3
2022-05-16net: add skb_defer_max sysctlEric Dumazet1-0/+1
2022-05-16net: use napi_consume_skb() in skb_defer_free_flush()Eric Dumazet1-1/+1
2022-05-16net: fix possible race in skb_attempt_defer_free()Eric Dumazet1-2/+5
2022-05-16net: allow gro_max_size to exceed 65536Alexander Duyck1-1/+1
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck1-3/+4