index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2
-3
/
+5
2021-08-10
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Jakub Kicinski
3
-6
/
+32
2021-08-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2
-1
/
+18
2021-08-09
page_pool: add interface to manipulate frag count in page pool
Yunsheng Lin
1
-5
/
+13
2021-08-09
page_pool: keep pp info as long as page pool owns the page
Yunsheng Lin
1
-3
/
+1
2021-08-09
net, core: Add support for XDP redirection to slave device
Jussi Maki
2
-1
/
+18
2021-08-09
netfilter: x_tables: never register tables by default
Florian Westphal
1
-3
/
+3
2021-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+6
2021-08-05
net/mlx5: E-Switch, Add event callback for representors
Mark Bloch
1
-0
/
+9
2021-08-05
{net, RDMA}/mlx5: Extend send to vport rules
Mark Bloch
1
-0
/
+1
2021-08-05
net/mlx5: Lag, add initial logic for shared FDB
Mark Bloch
1
-0
/
+3
2021-08-05
net/mlx5: Return mdev from eswitch
Mark Bloch
1
-0
/
+6
2021-08-05
netdevice: add the case if dev is NULL
Yajun Deng
1
-4
/
+8
2021-08-05
net/ipv4/igmp: Use struct_size() helper
Gustavo A. R. Silva
1
-3
/
+0
2021-08-04
net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridge
Vladimir Oltean
1
-35
/
+0
2021-08-04
net: add netif_set_real_num_queues() for device reconfig
Jakub Kicinski
1
-0
/
+2
2021-08-04
bus: fsl-mc: extend fsl_mc_get_endpoint() to pass interface ID
Ioana Ciornei
1
-1
/
+2
2021-08-03
move netdev_boot_setup into Space.c
Arnd Bergmann
1
-13
/
+0
2021-08-03
skbuff: introduce skb_expand_head()
Vasily Averin
1
-0
/
+1
2021-08-03
net: really fix the build...
David S. Miller
1
-1
/
+6
2021-08-02
net/mlx5: Move TTC logic to fs_ttc
Maor Gottlieb
1
-0
/
+2
2021-08-02
Revert "mhi: Fix networking tree build."
Jakub Kicinski
1
-6
/
+1
2021-08-02
mhi: Fix networking tree build.
David S. Miller
1
-1
/
+6
2021-08-02
netfilter: ebtables: do not hook tables by default
Florian Westphal
1
-0
/
+2
2021-07-31
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
3
-74
/
+45
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-25
/
+63
2021-07-30
Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
4
-20
/
+53
2021-07-30
sk_buff: avoid potentially clearing 'slow_gro' field
Paolo Abeni
1
-1
/
+1
2021-07-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Linus Torvalds
1
-0
/
+2
2021-07-30
net: netlink: Remove unused function
Yajun Deng
1
-23
/
+0
2021-07-29
mctp: Add device handling and netlink interface
Jeremy Kerr
1
-0
/
+4
2021-07-29
mctp: Add MCTP base
Jeremy Kerr
1
-1
/
+5
2021-07-29
sk_buff: track dst status in slow_gro
Paolo Abeni
1
-0
/
+2
2021-07-29
sk_buff: introduce 'slow_gro' flags
Paolo Abeni
1
-0
/
+4
2021-07-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-20
/
+53
2021-07-29
bpf: Fix leakage due to insufficient speculative store bypass mitigation
Daniel Borkmann
1
-1
/
+1
2021-07-29
bpf: Introduce BPF nospec instruction for mitigating Spectre v4
Daniel Borkmann
1
-0
/
+15
2021-07-27
bpf, sockmap: Fix memleak on ingress msg enqueue
John Fastabend
1
-19
/
+35
2021-07-27
Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-0
/
+1
2021-07-27
net: bonding: move ioctl handling to private ndo operation
Arnd Bergmann
1
-3
/
+10
2021-07-27
net: bridge: move bridge ioctls out of .ndo_do_ioctl
Arnd Bergmann
1
-1
/
+6
2021-07-27
net: split out ndo_siowandev ioctl
Arnd Bergmann
2
-2
/
+4
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-0
/
+6
2021-07-27
dev_ioctl: pass SIOCDEVPRIVATE data separately
Arnd Bergmann
1
-2
/
+2
2021-07-27
hamradio: use ndo_siocdevprivate
Arnd Bergmann
1
-1
/
+1
2021-07-27
net: split out SIOCDEVPRIVATE handling from dev_ioctl
Arnd Bergmann
1
-0
/
+3
2021-07-26
net: dsa: sja1105: add bridge TX data plane offload based on tag_8021q
Vladimir Oltean
1
-0
/
+10
2021-07-26
net: bridge: add a helper for retrieving port VLANs from the data path
Vladimir Oltean
1
-0
/
+8
2021-07-26
Merge tag 'mlx5-updates-2021-07-24' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
David S. Miller
1
-1
/
+2
2021-07-26
net/mlx5e: Block LRO if firmware asks for tunneled LRO
Maxim Mikityanskiy
1
-1
/
+2
[next]