index
:
~andi/linux
ccs-mode
drm-tip
vm-mmap
Andi's kernel stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-24
net: fix __dev_kfree_skb_any() vs drop monitor
Eric Dumazet
1
-1
/
+3
2023-02-20
net: add location to trace_consume_skb()
Eric Dumazet
1
-1
/
+1
2023-02-17
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-9
/
+1
2023-02-16
devlink: Fix netdev notifier chain corruption
Ido Schimmel
1
-8
/
+0
2023-02-16
net/core: refactor promiscuous mode message
Jesse Brandeburg
1
-3
/
+2
2023-02-16
net/core: print message for allmulticast
Jesse Brandeburg
1
-0
/
+2
2023-02-13
net: Fix unwanted sign extension in netdev_stats_to_stats64()
Felix Riemann
1
-1
/
+1
2023-02-10
Daniel Borkmann says:
Jakub Kicinski
1
-0
/
+1
2023-02-02
netdev-genl: create a simple family for netdev stuff
Jakub Kicinski
1
-0
/
+1
2023-02-01
net: add gso_ipv4_max_size and gro_ipv4_max_size per device
Xin Long
1
-0
/
+4
2023-01-28
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-2
/
+7
2023-01-23
net: avoid irqsave in skb_defer_free_flush
Jesper Dangaard Brouer
1
-3
/
+2
2023-01-23
bpf: Introduce device-bound XDP programs
Stanislav Fomichev
1
-0
/
+5
2023-01-23
bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded
Stanislav Fomichev
1
-2
/
+2
2022-12-19
net: Fix documentation for unregister_netdevice_notifier_net
Miaoqian Lin
1
-1
/
+1
2022-12-03
net: add netdev_sw_irq_coalesce_default_on()
Heiner Kallweit
1
-0
/
+16
2022-11-18
net: fix napi_disable() logic error
Eric Dumazet
1
-2
/
+2
2022-11-16
net: add atomic_long_t to net_device_stats fields
Eric Dumazet
1
-11
/
+3
2022-11-16
net: adopt try_cmpxchg() in napi_{enable|disable}()
Eric Dumazet
1
-9
/
+5
2022-11-16
net: adopt try_cmpxchg() in napi_schedule_prep() and napi_complete_done()
Eric Dumazet
1
-6
/
+4
2022-11-16
net: net_{enable|disable}_timestamp() optimizations
Eric Dumazet
1
-12
/
+6
2022-11-09
net: introduce a helper to move notifier block to different namespace
Jiri Pirko
1
-4
/
+18
2022-11-09
net/core: Allow live renaming when an interface is up
Andy Ren
1
-17
/
+2
2022-11-03
net: devlink: track netdev with devlink_port assigned
Jiri Pirko
1
-5
/
+9
2022-10-31
net: add new helper unregister_netdevice_many_notify
Hangbin Liu
1
-10
/
+17
2022-10-31
rtnetlink: pass netlink message header and portid to rtnl_configure_link()
Hangbin Liu
1
-12
/
+13
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (net).
Thomas Gleixner
1
-2
/
+2
2022-10-25
net: dev: Convert sa_data to flexible array in struct sockaddr
Kees Cook
1
-1
/
+1
2022-10-19
net: Fix return value of qdisc ingress handling on success
Paul Blakey
1
-0
/
+4
2022-09-29
net: skb: introduce and use a single page frag cache
Paolo Abeni
1
-17
/
+0
2022-08-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-10
/
+10
2022-08-24
net: Fix a data-race around netdev_unregister_timeout_secs.
Kuniyuki Iwashima
1
-1
/
+1
2022-08-24
net: Fix a data-race around netdev_budget_usecs.
Kuniyuki Iwashima
1
-1
/
+1
2022-08-24
net: Fix a data-race around netdev_budget.
Kuniyuki Iwashima
1
-1
/
+1
2022-08-24
net: Fix data-races around netdev_tstamp_prequeue.
Kuniyuki Iwashima
1
-4
/
+4
2022-08-24
net: Fix data-races around netdev_max_backlog.
Kuniyuki Iwashima
1
-2
/
+2
2022-08-24
net: Fix data-races around weight_p and dev_weight_[rt]x_bias.
Kuniyuki Iwashima
1
-1
/
+1
2022-08-22
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-08-22
Remove DECnet support from kernel
Stephen Hemminger
1
-3
/
+1
2022-07-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+1
2022-07-19
bpf: Don't redirect packets with invalid pkt_len
Zhengchao Shao
1
-0
/
+1
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+6
2022-07-06
xdp: Fix spurious packet loss in generic XDP TX path
Johan Almbladh
1
-2
/
+6
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-10
/
+15
2022-06-17
net: fix data-race in dev_isalive()
Eric Dumazet
1
-10
/
+15
2022-06-09
net: add napi_get_frags_check() helper
Eric Dumazet
1
-0
/
+18
2022-06-09
net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()
Eric Dumazet
1
-1
/
+1
2022-06-09
net: adopt u64_stats_t in struct pcpu_sw_netstats
Eric Dumazet
1
-9
/
+9
2022-06-09
net: rename reference+tracking helpers
Jakub Kicinski
1
-5
/
+5
2022-05-25
Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-70
/
+162
[next]