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
2018-11-22
bpf: fix integer overflow in queue_stack_map
Alexei Starovoitov
1
-8
/
+8
2018-11-22
tools: bpftool: fix potential NULL pointer dereference in do_load
Jakub Kicinski
1
-3
/
+7
2018-11-16
bpf: allocate local storage buffers using GFP_ATOMIC
Roman Gushchin
1
-1
/
+2
2018-11-16
bpf: fix off-by-one error in adjust_subprog_starts
Edward Cree
2
-1
/
+20
2018-11-09
kselftests/bpf: use ping6 as the default ipv6 ping binary when it exists
Li Zhijian
1
-1
/
+4
2018-11-09
tools: bpftool: update references to other man pages in documentation
Quentin Monnet
6
-7
/
+42
2018-11-09
tools: bpftool: pass an argument to silence open_obj_pinned()
Quentin Monnet
2
-8
/
+9
2018-11-09
tools: bpftool: fix plain output and doc for --bpffs option
Quentin Monnet
2
-3
/
+3
2018-11-09
tools: bpftool: prevent infinite loop in get_fdinfo()
Quentin Monnet
1
-1
/
+1
2018-11-09
tools/bpftool: copy a few net uapi headers to tools directory
Yonghong Song
2
-0
/
+649
2018-11-09
bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udp
Andrey Ignatov
1
-3
/
+2
2018-11-08
net: smsc95xx: Fix MTU range
Stefan Wahren
1
-0
/
+2
2018-11-08
net: stmmac: Fix RX packet size > 8191
Thor Thayer
4
-4
/
+5
2018-11-08
Merge branch 'qed-Slowpath-Queue-bug-fixes'
David S. Miller
9
-43
/
+89
2018-11-08
qed: Fix potential memory corruption
Sagiv Ozeri
1
-7
/
+5
2018-11-08
qed: Fix SPQ entries not returned to pool in error flows
Denis Bolotin
8
-15
/
+45
2018-11-08
qed: Fix blocking/unlimited SPQ entries leak
Denis Bolotin
2
-27
/
+33
2018-11-08
qed: Fix memory/entry leak in qed_init_sp_request()
Denis Bolotin
1
-2
/
+14
2018-11-08
inet: frags: better deal with smp races
Eric Dumazet
1
-14
/
+15
2018-11-08
net: hns3: bugfix for not checking return value
Huazhong Tan
1
-1
/
+2
2018-11-07
qlcnic: remove assumption that vlan_tci != 0
Michał Mirosław
1
-3
/
+5
2018-11-07
ibmvnic: fix accelerated VLAN handling
Michał Mirosław
1
-1
/
+1
2018-11-07
Merge branch 'FDDI-defza-Fix-a-bunch-of-small-issues'
David S. Miller
2
-4
/
+6
2018-11-07
FDDI: defza: Make the driver version string constant
Maciej W. Rozycki
1
-1
/
+1
2018-11-07
FDDI: defza: Move SMT Tx data buffer declaration next to its skb
Maciej W. Rozycki
1
-1
/
+2
2018-11-07
FDDI: defza: Add missing comment closing
Maciej W. Rozycki
1
-0
/
+1
2018-11-07
FDDI: defza: Fix SPDX annotation
Maciej W. Rozycki
2
-2
/
+2
2018-11-07
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
14
-60
/
+113
2018-11-07
i40e: enable NETIF_F_NTUPLE and NETIF_F_HW_TC at driver load
Jacob Keller
1
-3
/
+3
2018-11-07
i40e: restore NETIF_F_GSO_IPXIP[46] to netdev features
Jacob Keller
1
-0
/
+2
2018-11-07
ice: Change req_speeds to be u16
Chinh T Cao
1
-1
/
+1
2018-11-06
igb: shorten maximum PHC timecounter update interval
Miroslav Lichvar
1
-5
/
+7
2018-11-06
ice: Fix the bytecount sent to netdev_tx_sent_queue
Brett Creeley
1
-1
/
+1
2018-11-06
ice: Fix tx_timeout in PF driver
Brett Creeley
4
-6
/
+40
2018-11-06
ice: Fix napi delete calls for remove
Dave Ertman
3
-1
/
+3
2018-11-06
ice: Fix typo in error message
Anirudh Venkataramanan
1
-1
/
+1
2018-11-06
ice: Fix flags for port VLAN
Md Fahad Iqbal Polash
1
-1
/
+1
2018-11-06
ice: Remove duplicate addition of VLANs in replay path
Anirudh Venkataramanan
3
-39
/
+6
2018-11-06
ice: Free VSI contexts during for unload
Victor Raj
3
-0
/
+17
2018-11-06
ice: Fix dead device link issue with flow control
Akeem G Abodunrin
1
-1
/
+6
2018-11-06
ice: Check for reset in progress during remove
Anirudh Venkataramanan
2
-0
/
+8
2018-11-06
ice: Set carrier state and start/stop queues in rebuild
Anirudh Venkataramanan
1
-1
/
+17
2018-11-06
net: phy: Allow BCM54616S PHY to setup internal TX/RX clock delay
Tao Ren
1
-2
/
+16
2018-11-06
Merge tag 'trace-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2018-11-06
Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-1
/
+1
2018-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
60
-563
/
+653
2018-11-06
ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm
Ard Biesheuvel
1
-1
/
+1
2018-11-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
22
-247
/
+200
2018-11-05
net: alx: make alx_drv_name static
Rasmus Villemoes
2
-2
/
+1
2018-11-05
net: bpfilter: fix iptables failure if bpfilter_umh is disabled
Taehee Yoo
1
-3
/
+3
[next]