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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-21
tcp/dccp: fix ireq->opt races
Eric Dumazet
7
-39
/
+34
2017-10-20
Merge branch 'sockmap-fixes'
David S. Miller
11
-34
/
+74
2017-10-20
bpf: require CAP_NET_ADMIN when using devmap
John Fastabend
1
-0
/
+3
2017-10-20
bpf: require CAP_NET_ADMIN when using sockmap maps
John Fastabend
1
-0
/
+3
2017-10-20
bpf: remove mark access for SK_SKB program types
John Fastabend
2
-3
/
+15
2017-10-20
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
John Fastabend
8
-30
/
+36
2017-10-20
bpf: enforce TCP only support for sockmap
John Fastabend
2
-1
/
+17
2017-10-20
sctp: add the missing sock_owned_by_user check in sctp_icmp_redirect
Xin Long
1
-1
/
+1
2017-10-19
sctp: do not peel off an assoc from one netns to another one
Xin Long
1
-0
/
+4
2017-10-19
Merge branch 'bpf-Fix-for-BPF-devmap-percpu-allocation-splat'
David S. Miller
4
-12
/
+14
2017-10-19
bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocations
Daniel Borkmann
2
-5
/
+1
2017-10-19
bpf: fix splat for illegal devmap percpu allocation
Daniel Borkmann
1
-2
/
+3
2017-10-19
mm, percpu: add support for __GFP_NOWARN flag
Daniel Borkmann
1
-5
/
+10
2017-10-19
Merge branch 'ena-fixes'
David S. Miller
2
-5
/
+6
2017-10-19
net: ena: fix wrong max Tx/Rx queues on ethtool
Netanel Belgazal
1
-2
/
+2
2017-10-19
net: ena: fix rare kernel crash when bar memory remap fails
Netanel Belgazal
1
-1
/
+2
2017-10-19
net: ena: reduce the severity of some printouts
Netanel Belgazal
1
-2
/
+2
2017-10-18
bpf: disallow arithmetic operations on context pointer
Jakub Kicinski
2
-2
/
+20
2017-10-18
netlink: fix netlink_ack() extack race
Johannes Berg
1
-4
/
+4
2017-10-18
ibmvnic: Fix calculation of number of TX header descriptors
Thomas Falcon
1
-8
/
+8
2017-10-18
mlxsw: core: Fix possible deadlock
Ido Schimmel
1
-1
/
+10
2017-10-16
Merge tag 'mac80211-for-davem-2017-10-16' of git://git.kernel.org/pub/scm/lin...
David S. Miller
1
-4
/
+17
2017-10-16
dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notification
Xin Long
1
-1
/
+12
2017-10-16
net/sched: cls_flower: Set egress_dev mark when calling into the HW driver
Or Gerlitz
1
-0
/
+2
2017-10-16
tun: call dev_get_valid_name() before register_netdevice()
Cong Wang
3
-3
/
+9
2017-10-16
net: enable interface alias removal via rtnl
Nicolas Dichtel
1
-1
/
+4
2017-10-16
Merge branch 'rtnetlink-dev-notification-fixes'
David S. Miller
1
-2
/
+6
2017-10-16
rtnetlink: do not set notification for tx_queue_len in do_setlink
Xin Long
1
-1
/
+1
2017-10-16
rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlink
Xin Long
1
-1
/
+1
2017-10-16
rtnetlink: bring NETDEV_CHANGEUPPER event process back in rtnetlink_event
Xin Long
1
-0
/
+1
2017-10-16
rtnetlink: bring NETDEV_POST_TYPE_CHANGE event process back in rtnetlink_event
Xin Long
1
-0
/
+1
2017-10-16
rtnetlink: bring NETDEV_CHANGE_TX_QUEUE_LEN event process back in rtnetlink_e...
Xin Long
1
-0
/
+1
2017-10-16
rtnetlink: bring NETDEV_CHANGEMTU event process back in rtnetlink_event
Xin Long
1
-0
/
+1
2017-10-16
mac80211: accept key reinstall without changing anything
Johannes Berg
1
-4
/
+17
2017-10-14
Merge branch 'bnxt_en-fixes'
David S. Miller
5
-34
/
+112
2017-10-14
bnxt_en: Fix possible corruption in DCB parameters from firmware.
Sankar Patchineelam
1
-5
/
+18
2017-10-14
bnxt_en: Fix possible corrupted NVRAM parameters from firmware response.
Michael Chan
3
-1
/
+10
2017-10-14
bnxt_en: Fix VF resource checking.
Michael Chan
1
-2
/
+9
2017-10-14
bnxt_en: Fix VF PCIe link speed and width logic.
Vasundhara Volam
1
-1
/
+1
2017-10-14
bnxt_en: Don't use rtnl lock to protect link change logic in workqueue.
Michael Chan
3
-12
/
+21
2017-10-14
bnxt_en: Improve VF/PF link change logic.
Michael Chan
1
-13
/
+53
2017-10-14
net: dsa: mv88e6060: fix switch MAC address
Vivien Didelot
1
-2
/
+8
2017-10-14
l2tp: check ps->sock before running pppol2tp_session_ioctl()
Guillaume Nault
1
-0
/
+3
2017-10-14
net: fix typo in skbuff.c
Wenhua Shi
1
-1
/
+1
2017-10-13
net: stmmac: dwmac_lib: fix interchanged sleep/timeout values in DMA reset fu...
Emiliano Ingrassia
1
-1
/
+1
2017-10-13
liquidio: fix timespec64_to_ns typo
Arnd Bergmann
1
-1
/
+1
2017-10-13
Merge tag 'wireless-drivers-for-davem-2017-10-13' of git://git.kernel.org/pub...
David S. Miller
18
-197
/
+232
2017-10-12
ip: update policy routing config help
Stephen Hemminger
1
-5
/
+3
2017-10-11
net/ncsi: Don't limit vids based on hot_channel
Samuel Mendoza-Jonas
2
-8
/
+10
2017-10-11
r8169: only enable PCI wakeups when WOL is active
Daniel Drake
1
-2
/
+0
[next]