index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
dev.c
Age
Commit message (
Expand
)
Author
2024-01-01
net: check dev->gso_max_size in gso_features_check()
Eric Dumazet
2023-10-25
net: move altnames together with the netdevice
Jakub Kicinski
2023-10-25
net: check for altname conflicts when changing netdev's netns
Jakub Kicinski
2023-10-25
net: fix ifname in netlink ntf during netns move
Jakub Kicinski
2023-10-25
net: avoid UAF on deleted altname
Jakub Kicinski
2023-10-19
net: refine debug info in skb_checksum_help()
Eric Dumazet
2023-06-14
net: sched: add rcu annotations around qdisc->qdisc_sleeping
Eric Dumazet
2023-06-14
rfs: annotate lockless accesses to RFS sock flow table
Eric Dumazet
2023-05-24
net: Catch invalid index in XPS mapping
Nick Child
2023-05-24
net: add vlan_get_protocol_and_depth() helper
Eric Dumazet
2023-04-20
net: openvswitch: fix race on port output
Felix Huettner
2023-03-11
net: fix __dev_kfree_skb_any() vs drop monitor
Eric Dumazet
2023-02-22
net: Fix unwanted sign extension in netdev_stats_to_stats64()
Felix Riemann
2022-12-31
net: add atomic_long_t to net_device_stats fields
Eric Dumazet
2022-10-19
net: Fix return value of qdisc ingress handling on success
Paul Blakey
2022-09-29
net: skb: introduce and use a single page frag cache
Paolo Abeni
2022-08-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-24
net: Fix a data-race around netdev_unregister_timeout_secs.
Kuniyuki Iwashima
2022-08-24
net: Fix a data-race around netdev_budget_usecs.
Kuniyuki Iwashima
2022-08-24
net: Fix a data-race around netdev_budget.
Kuniyuki Iwashima
2022-08-24
net: Fix data-races around netdev_tstamp_prequeue.
Kuniyuki Iwashima
2022-08-24
net: Fix data-races around netdev_max_backlog.
Kuniyuki Iwashima
2022-08-24
net: Fix data-races around weight_p and dev_weight_[rt]x_bias.
Kuniyuki Iwashima
2022-08-22
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-22
Remove DECnet support from kernel
Stephen Hemminger
2022-07-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-07-19
bpf: Don't redirect packets with invalid pkt_len
Zhengchao Shao
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-06
xdp: Fix spurious packet loss in generic XDP TX path
Johan Almbladh
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-06-17
net: fix data-race in dev_isalive()
Eric Dumazet
2022-06-09
net: add napi_get_frags_check() helper
Eric Dumazet
2022-06-09
net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()
Eric Dumazet
2022-06-09
net: adopt u64_stats_t in struct pcpu_sw_netstats
Eric Dumazet
2022-06-09
net: rename reference+tracking helpers
Jakub Kicinski
2022-05-25
Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2022-05-24
Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-18
random32: use real rng for non-deterministic randomness
Jason A. Donenfeld
2022-05-16
net: fix dev_fill_forward_path with pppoe + bridge
Felix Fietkau
2022-05-16
net: call skb_defer_free_flush() before each napi_poll()
Eric Dumazet
2022-05-16
net: add skb_defer_max sysctl
Eric Dumazet
2022-05-16
net: use napi_consume_skb() in skb_defer_free_flush()
Eric Dumazet
2022-05-16
net: fix possible race in skb_attempt_defer_free()
Eric Dumazet
2022-05-16
net: allow gro_max_size to exceed 65536
Alexander Duyck
2022-05-16
net: allow gso_max_size to exceed 65536
Alexander Duyck
2022-05-12
net: update the register_netdevice() kdoc
Jakub Kicinski
2022-05-11
net: add more debug info in skb_checksum_help()
Eric Dumazet
2022-05-11
net: remove two BUG() from skb_checksum_help()
Eric Dumazet
2022-05-10
net: fix kdoc on __dev_queue_xmit()
Jakub Kicinski
[next]