index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-20
bpf: xdp: Fix XDP mode when no mode flags specified
Andrii Nakryiko
1
-6
/
+8
2020-08-17
Revert "net: xdp: pull ethernet header off packet after computing skb->protocol"
David S. Miller
1
-1
/
+0
2020-08-16
net: xdp: pull ethernet header off packet after computing skb->protocol
Jason A. Donenfeld
1
-0
/
+1
2020-08-12
bpf: Fix XDP FD-based attach/detach logic around XDP_FLAGS_UPDATE_IF_NOEXIST
Andrii Nakryiko
1
-4
/
+4
2020-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-134
/
+405
2020-08-01
bpf: Add support for forced LINK_DETACH command
Andrii Nakryiko
1
-1
/
+10
2020-07-31
rtnetlink: add support for protodown reason
Roopa Prabhu
1
-0
/
+25
2020-07-31
net: Pass NULL to skb_network_protocol() when we don't care about vlan depth
Miaohe Lin
1
-2
/
+1
2020-07-25
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
1
-4
/
+0
2020-07-25
bpf: Implement BPF XDP link-specific introspection APIs
Andrii Nakryiko
1
-0
/
+31
2020-07-25
bpf, xdp: Implement LINK_UPDATE for BPF XDP link
Andrii Nakryiko
1
-0
/
+43
2020-07-25
bpf, xdp: Add bpf_link-based XDP attachment API
Andrii Nakryiko
1
-6
/
+163
2020-07-25
bpf, xdp: Extract common XDP program attachment logic
Andrii Nakryiko
1
-74
/
+91
2020-07-25
bpf, xdp: Maintain info on attached XDP BPF programs in net_device
Andrii Nakryiko
1
-70
/
+88
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-07-24
dev: Defer free of skbs in flush_backlog
Subash Abhinov Kasiviswanathan
1
-1
/
+1
2020-07-23
net: dsa: stop overriding master's ndo_get_phys_port_name
Vladimir Oltean
1
-5
/
+0
2020-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+9
2020-07-20
net: Call into DSA netdevice_ops wrappers
Florian Fainelli
1
-0
/
+5
2020-07-16
Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"
Petr Machata
1
-2
/
+2
2020-07-16
bpf: cpumap: Add the possibility to attach an eBPF program to cpumap
Lorenzo Bianconi
1
-0
/
+9
2020-07-13
net: make symbol 'flush_works' static
Wei Yongjun
1
-1
/
+1
2020-07-13
net: core: kerneldoc fixes
Andrew Lunn
1
-0
/
+1
2020-06-29
net: sched: Pass root lock to Qdisc_ops.enqueue
Petr Machata
1
-2
/
+2
2020-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+9
2020-06-22
net: core: try to runtime-resume detached device in __dev_open
Heiner Kallweit
1
-2
/
+8
2020-06-18
net: increment xmit_recursion level in dev_direct_xmit()
Eric Dumazet
1
-0
/
+2
2020-06-18
net: napi: remove useless stack trace
Eric Dumazet
1
-1
/
+3
2020-06-18
net: fix memleak in register_netdevice()
Yang Yingliang
1
-0
/
+7
2020-06-09
net: change addr_list_lock back to static key
Cong Wang
1
-14
/
+16
2020-06-04
net: core: device_rename: Use rwsem instead of a seqcount
Ahmed S. Darwish
1
-22
/
+18
2020-06-01
bpf: Add support to attach bpf program to a devmap entry
David Ahern
1
-0
/
+18
2020-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-5
/
+15
2020-05-19
__netif_receive_skb_core: pass skb by reference
Boris Sukholitko
1
-5
/
+15
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+3
2020-05-14
net: XDP-generic determining XDP frame size
Jesper Dangaard Brouer
1
-6
/
+8
2020-05-09
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Saeed Mahameed
1
-0
/
+22
2020-05-07
net: fix a potential recursive NETDEV_FEAT_CHANGE
Cong Wang
1
-1
/
+3
2020-05-04
net: partially revert dynamic lockdep key changes
Cong Wang
1
-19
/
+71
2020-05-01
net/core: Introduce netdev_get_xmit_slave
Maor Gottlieb
1
-0
/
+22
2020-04-23
net: napi: use READ_ONCE()/WRITE_ONCE()
Eric Dumazet
1
-3
/
+3
2020-04-23
net: napi: add hard irqs deferral feature
Eric Dumazet
1
-11
/
+18
2020-04-20
net: Add IF_OPER_TESTING
Andrew Lunn
1
-0
/
+5
2020-04-14
xdp: Reset prog in dev_change_xdp_fd when fd is negative
David Ahern
1
-1
/
+2
2020-04-07
net: revert default NAPI poll timeout to 2 jiffies
Konstantin Khlebnikov
1
-1
/
+2
2020-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-5
/
+21
2020-03-29
net: Fix typo of SKB_SGO_CB_OFFSET
Cambda Zhu
1
-2
/
+2
2020-03-28
xdp: Support specifying expected existing program when attaching XDP
Toke Høiland-Jørgensen
1
-5
/
+21
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-3
/
+3
2020-03-25
net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} build
Pablo Neira Ayuso
1
-2
/
+2
[next]