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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-07
PCI: Add Ubiquiti Networks vendor ID
Tobias Schramm
1
-0
/
+2
2018-01-29
net_sched: plug in qdisc ops change_tx_queue_len
Cong Wang
1
-0
/
+2
2018-01-29
net: introduce helper dev_change_tx_queue_len()
Cong Wang
1
-0
/
+1
2018-01-29
dev: advertise the new ifindex when the netns iface changes
Nicolas Dichtel
2
-2
/
+4
2018-01-29
ptr_ring: prevent queue load/store tearing
Michael S. Tsirkin
1
-2
/
+2
2018-01-29
skb_array: use __ptr_ring_empty
Michael S. Tsirkin
1
-1
/
+1
2018-01-29
Revert "net: ptr_ring: otherwise safe empty checks can overrun array bounds"
Michael S. Tsirkin
1
-6
/
+1
2018-01-29
ptr_ring: disallow lockless __ptr_ring_full
Michael S. Tsirkin
1
-3
/
+4
2018-01-29
ptr_ring: READ/WRITE_ONCE for __ptr_ring_empty
Michael S. Tsirkin
1
-3
/
+8
2018-01-29
ptr_ring: clean up documentation
Michael S. Tsirkin
1
-16
/
+18
2018-01-29
ptr_ring: keep consumer_head valid at all times
Michael S. Tsirkin
1
-9
/
+16
2018-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+18
2018-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-9
/
+140
2018-01-26
bpf: make unknown opcode handling more robust
Daniel Borkmann
1
-0
/
+2
2018-01-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2
-0
/
+13
2018-01-25
openvswitch: add erspan version I and II support
William Tu
1
-0
/
+1
2018-01-25
net: erspan: create erspan metadata uapi header
William Tu
2
-30
/
+54
2018-01-25
net: erspan: use bitfield instead of mask and offset
William Tu
1
-33
/
+94
2018-01-25
pkt_cls: add new tc cls helper to check offload flag and chain index
Jakub Kicinski
1
-0
/
+14
2018-01-25
bpf: Add BPF_SOCK_OPS_STATE_CB
Lawrence Brakmo
1
-1
/
+28
2018-01-25
bpf: Add BPF_SOCK_OPS_RETRANS_CB
Lawrence Brakmo
1
-1
/
+8
2018-01-25
bpf: Add support for reading sk_state and more
Lawrence Brakmo
1
-0
/
+22
2018-01-25
bpf: Add sock_ops RTO callback
Lawrence Brakmo
1
-1
/
+7
2018-01-25
bpf: Adds field bpf_sock_ops_cb_flags to tcp_sock
Lawrence Brakmo
2
-1
/
+27
2018-01-25
bpf: Support passing args to sock_ops bpf function
Lawrence Brakmo
3
-7
/
+39
2018-01-25
bpf: Add write access to tcp_sock and sock fields
Lawrence Brakmo
2
-1
/
+10
2018-01-25
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
1
-0
/
+10
2018-01-25
net: don't call update_pmtu unconditionally
Nicolas Dichtel
1
-0
/
+8
2018-01-25
net: tcp: close sock if net namespace is exiting
Dan Streetman
1
-0
/
+10
2018-01-24
Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel...
David S. Miller
5
-7
/
+9
2018-01-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-8
/
+5
2018-01-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-1
/
+2
2018-01-24
kill kernel_sock_ioctl()
Al Viro
1
-1
/
+0
2018-01-24
dev_ioctl(): move copyin/copyout to callers
Al Viro
1
-1
/
+2
2018-01-24
lift handling of SIOCIW... out of dev_ioctl()
Al Viro
1
-2
/
+2
2018-01-24
ip_rt_ioctl(): take copyin to caller
Al Viro
1
-1
/
+1
2018-01-24
devinet_ioctl(): take copyin/copyout to caller
Al Viro
1
-1
/
+1
2018-01-24
net: separate SIOCGIFCONF handling from dev_ioctl()
Al Viro
1
-1
/
+3
2018-01-24
net: erspan: fix use-after-free
William Tu
1
-2
/
+2
2018-01-24
net: sched: remove tc_cls_common_offload_init_deprecated()
Jakub Kicinski
1
-11
/
+0
2018-01-24
cls_bpf: remove gen_flags from bpf_offload
Jakub Kicinski
1
-1
/
+0
2018-01-24
net: sched: prepare for reimplementation of tc_cls_common_offload_init()
Jakub Kicinski
1
-3
/
+15
2018-01-24
net: sched: propagate extack to cls->destroy callbacks
Jakub Kicinski
1
-1
/
+2
2018-01-24
net: sched: fix TCF_LAYER_LINK case in tcf_get_base_ptr
Wolfgang Bumiller
1
-1
/
+1
2018-01-24
Merge tag 'trace-v4.15-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+2
2018-01-24
Revert "module: Add retpoline tag to VERMAGIC"
Greg Kroah-Hartman
1
-7
/
+1
2018-01-23
ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL
Ben Hutchings
1
-0
/
+1
2018-01-23
net/sched: act_csum: don't use spinlock in the fast path
Davide Caratti
1
-2
/
+14
2018-01-23
ftrace, orc, x86: Handle ftrace dynamically allocated trampolines
Steven Rostedt (VMware)
1
-0
/
+2
2018-01-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+25
[next]