index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
dev.c
Age
Commit message (
Expand
)
Author
2023-03-22
net: do not use skb_mac_header() in qdisc_pkt_len_init()
Eric Dumazet
2023-03-22
net: Catch invalid index in XPS mapping
Nick Child
2023-03-07
net: remove enum skb_free_reason
Eric Dumazet
2023-02-24
net: fix __dev_kfree_skb_any() vs drop monitor
Eric Dumazet
2023-02-20
net: add location to trace_consume_skb()
Eric Dumazet
2023-02-17
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2023-02-16
devlink: Fix netdev notifier chain corruption
Ido Schimmel
2023-02-16
net/core: refactor promiscuous mode message
Jesse Brandeburg
2023-02-16
net/core: print message for allmulticast
Jesse Brandeburg
2023-02-13
net: Fix unwanted sign extension in netdev_stats_to_stats64()
Felix Riemann
2023-02-10
Daniel Borkmann says:
Jakub Kicinski
2023-02-02
netdev-genl: create a simple family for netdev stuff
Jakub Kicinski
2023-02-01
net: add gso_ipv4_max_size and gro_ipv4_max_size per device
Xin Long
2023-01-28
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-01-23
net: avoid irqsave in skb_defer_free_flush
Jesper Dangaard Brouer
2023-01-23
bpf: Introduce device-bound XDP programs
Stanislav Fomichev
2023-01-23
bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded
Stanislav Fomichev
2022-12-19
net: Fix documentation for unregister_netdevice_notifier_net
Miaoqian Lin
2022-12-03
net: add netdev_sw_irq_coalesce_default_on()
Heiner Kallweit
2022-11-18
net: fix napi_disable() logic error
Eric Dumazet
2022-11-16
net: add atomic_long_t to net_device_stats fields
Eric Dumazet
2022-11-16
net: adopt try_cmpxchg() in napi_{enable|disable}()
Eric Dumazet
2022-11-16
net: adopt try_cmpxchg() in napi_schedule_prep() and napi_complete_done()
Eric Dumazet
2022-11-16
net: net_{enable|disable}_timestamp() optimizations
Eric Dumazet
2022-11-09
net: introduce a helper to move notifier block to different namespace
Jiri Pirko
2022-11-09
net/core: Allow live renaming when an interface is up
Andy Ren
2022-11-03
net: devlink: track netdev with devlink_port assigned
Jiri Pirko
2022-10-31
net: add new helper unregister_netdevice_many_notify
Hangbin Liu
2022-10-31
rtnetlink: pass netlink message header and portid to rtnl_configure_link()
Hangbin Liu
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (net).
Thomas Gleixner
2022-10-25
net: dev: Convert sa_data to flexible array in struct sockaddr
Kees Cook
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
[next]