index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
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
2021-09-20
napi: fix race inside napi_enable
Xuan Zhuo
1
-6
/
+10
2021-08-13
net: in_irq() cleanup
Changbin Du
1
-1
/
+1
2021-08-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-2
/
+13
2021-08-09
net, core: Allow netdev_lower_get_next_private_rcu in bh context
Jussi Maki
1
-1
/
+1
2021-08-09
net, core: Add support for XDP redirection to slave device
Jussi Maki
1
-1
/
+12
2021-08-05
net: Remove redundant if statements
Yajun Deng
1
-4
/
+2
2021-08-04
net: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-2
/
+2
2021-08-04
net: add netif_set_real_num_queues() for device reconfig
Jakub Kicinski
1
-0
/
+44
2021-08-03
move netdev_boot_setup into Space.c
Arnd Bergmann
1
-125
/
+0
2021-07-30
sk_buff: avoid potentially clearing 'slow_gro' field
Paolo Abeni
1
-1
/
+1
2021-07-29
net/sched: store the last executed chain also for clsact egress
Davide Caratti
1
-3
/
+2
2021-07-29
skbuff: allow 'slow_gro' for skb carring sock reference
Paolo Abeni
1
-0
/
+2
2021-07-29
net: optimize GRO for the common case.
Paolo Abeni
1
-8
/
+22
2021-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-8
/
+26
2021-07-20
memcg: enable accounting for net_device and Tx/Rx queues
Vasily Averin
1
-3
/
+3
2021-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-50
/
+53
2021-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-4
/
+10
2021-07-15
net_sched: introduce tracepoint trace_qdisc_enqueue()
Qitao Xu
1
-4
/
+16
2021-07-13
xdp, net: Fix use-after-free in bpf_xdp_link_release
Xuan Zhuo
1
-4
/
+10
2021-07-09
net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cache
Antoine Tenart
1
-0
/
+2
2021-07-08
skbuff: Fix build with SKB extensions disabled
Florian Fainelli
1
-1
/
+2
2021-07-07
bpf: devmap: Implement devmap prog execution for generic XDP
Kumar Kartikeya Dwivedi
1
-18
/
+0
2021-07-07
bpf: cpumap: Implement generic cpumap
Kumar Kartikeya Dwivedi
1
-2
/
+1
2021-07-07
net: core: Split out code to run generic XDP prog
Kumar Kartikeya Dwivedi
1
-31
/
+53
2021-07-06
skbuff: Release nfct refcount on napi stolen or re-used skbs
Paul Blakey
1
-0
/
+13
2021-06-30
Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-11
/
+45
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2021-06-28
net: update netdev_rx_csum_fault() print dump only once
Tanner Love
1
-5
/
+9
2021-06-23
net: sched: implement TCQ_F_CAN_BYPASS for lockless qdisc
Yunsheng Lin
1
-2
/
+25
2021-06-21
net/netif_receive_skb_core: Use migrate_disable()
Sebastian Andrzej Siewior
1
-2
/
+2
2021-06-18
sched: Change task_struct::state
Peter Zijlstra
1
-1
/
+1
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+24
2021-05-14
net: sched: fix tx action reschedule issue with stopped queue
Yunsheng Lin
1
-1
/
+2
2021-05-14
net: sched: fix tx action rescheduling issue during deactivation
Yunsheng Lin
1
-4
/
+22
2021-05-13
net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RT
Sebastian Andrzej Siewior
1
-2
/
+9
2021-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-4
/
+4
2021-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+5
2021-04-22
net, xdp: Update pkt_type if generic XDP changes unicast MAC
Martin Willi
1
-1
/
+5
2021-04-19
gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment check
Alexander Lobakin
1
-4
/
+4
2021-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2021-04-13
gro: ensure frag0 meets IP header alignment
Eric Dumazet
1
-1
/
+2
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2021-04-09
net: fix hangup on napi_disable for threaded napi
Paolo Abeni
1
-1
/
+2
2021-04-07
net: remove the new_ifindex argument from dev_change_net_namespace
Andrei Vagin
1
-5
/
+5
2021-04-05
net: Allow to specify ifindex when device is moved to another namespace
Andrei Vagin
1
-7
/
+17
2021-03-25
net: change netdev_unregister_timeout_secs min value to 1
Dmitry Vyukov
1
-1
/
+1
2021-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+31
2021-03-24
net: resolve forwarding path from virtual netdevice and HW destination address
Pablo Neira Ayuso
1
-0
/
+46
2021-03-23
net: make unregister netdev warning timeout configurable
Dmitry Vyukov
1
-1
/
+5
2021-03-22
net: set initial device refcount to 1
Eric Dumazet
1
-3
/
+6
[next]