index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-25
bpf: btf: Sync uapi btf.h to tools
Martin KaFai Lau
1
-1
/
+1
2018-07-24
bpf: btf: Ensure the member->offset is in the right order
Martin KaFai Lau
2
-1
/
+41
2018-07-23
tcp: add tcp_ooo_try_coalesce() helper
Eric Dumazet
1
-4
/
+21
2018-07-23
tcp: call tcp_drop() from tcp_data_queue_ofo()
Eric Dumazet
1
-2
/
+2
2018-07-23
tcp: detect malicious patterns in tcp_collapse_ofo_queue()
Eric Dumazet
1
-2
/
+13
2018-07-23
tcp: avoid collapses in tcp_prune_queue() if possible
Eric Dumazet
1
-0
/
+3
2018-07-23
tcp: free batches of packets in tcp_prune_ofo_queue()
Eric Dumazet
1
-4
/
+11
2018-07-23
ip: hash fragments consistently
Paolo Abeni
2
-0
/
+4
2018-07-23
ipv6: use fib6_info_hold_safe() when necessary
Wei Wang
3
-11
/
+38
2018-07-23
can: xilinx_can: fix power management handling
Anssi Hannula
1
-41
/
+28
2018-07-23
can: xilinx_can: fix incorrect clear of non-processed interrupts
Anssi Hannula
1
-5
/
+5
2018-07-23
can: xilinx_can: fix RX overflow interrupt not being enabled
Anssi Hannula
1
-1
/
+1
2018-07-23
can: xilinx_can: keep only 1-2 frames in TX FIFO to fix TX accounting
Anssi Hannula
1
-16
/
+123
2018-07-23
can: xilinx_can: fix recovery from error states not being propagated
Anssi Hannula
1
-28
/
+127
2018-07-23
can: xilinx_can: fix RX loop if RXNEMP is asserted without RXOK
Anssi Hannula
1
-13
/
+5
2018-07-23
can: xilinx_can: fix device dropping off bus on RX overrun
Anssi Hannula
1
-1
/
+0
2018-07-23
can: m_can: Move accessing of message ram to after clocks are enabled
Faiz Abbas
1
-4
/
+3
2018-07-23
can: m_can: Fix runtime resume call
Faiz Abbas
1
-4
/
+4
2018-07-23
can: mpc5xxx_can: check of_iomap return before use
Nicholas Mc Guire
1
-0
/
+5
2018-07-23
can: m_can.c: fix setup of CCCR register: clear CCCR NISO bit before checking...
Roman Fietze
1
-1
/
+2
2018-07-23
can: peak_canfd: fix firmware < v3.3.0: limit allocation to 32-bit DMA addr only
Stephane Grosjean
1
-0
/
+19
2018-07-22
net: prevent ISA drivers from building on PPC32
Randy Dunlap
3
-3
/
+4
2018-07-22
nfp: flower: ensure dead neighbour entries are not offloaded
John Hurley
1
-1
/
+1
2018-07-22
vxlan: fix default fdb entry netlink notify ordering during netdev create
Roopa Prabhu
1
-8
/
+21
2018-07-22
vxlan: make netlink notify in vxlan_fdb_destroy optional
Roopa Prabhu
1
-6
/
+8
2018-07-22
vxlan: add new fdb alloc and create helpers
Roopa Prabhu
1
-29
/
+62
2018-07-22
rtnetlink: add rtnl_link_state check in rtnl_configure_link
Roopa Prabhu
1
-3
/
+6
2018-07-22
atl1c: reserve min skb headroom
Florian Westphal
1
-0
/
+1
2018-07-22
multicast: do not restore deleted record source filter mode to new one
Hangbin Liu
2
-4
/
+2
2018-07-22
net: dsa: mv88e6xxx: fix races between lock and irq freeing
Uwe Kleine-König
1
-8
/
+13
2018-07-22
net: skb_segment() should not return NULL
Eric Dumazet
1
-5
/
+5
2018-07-22
net/ipv6: Fix linklocal to global address with VRF
David Ahern
3
-4
/
+12
2018-07-22
bpfilter: Fix mismatch in function argument types
YueHaibing
1
-3
/
+3
2018-07-22
net: phy: consider PHY_IGNORE_INTERRUPT in phy_start_aneg_priv
Heiner Kallweit
1
-1
/
+1
2018-07-22
qed: Correct Multicast API to reflect existence of 256 approximate buckets.
Sudarsana Reddy Kalluru
5
-13
/
+17
2018-07-22
qed: Fix possible race for the link state value.
Sudarsana Reddy Kalluru
1
-0
/
+1
2018-07-22
qed: Fix link flap issue due to mismatching EEE capabilities.
Sudarsana Reddy Kalluru
1
-3
/
+9
2018-07-22
net: caif: Add a missing rcu_read_unlock() in caif_flow_cb
YueHaibing
1
-1
/
+3
2018-07-21
bonding: set default miimon value for non-arp modes if not set
Jarod Wilson
1
-9
/
+14
2018-07-20
tls: check RCV_SHUTDOWN in tls_wait_data
Doron Roberts-Kedes
1
-0
/
+3
2018-07-20
tcp: do not delay ACK in DCTCP upon CE status change
Yuchung Cheng
3
-13
/
+21
2018-07-20
tcp: do not cancel delay-AcK on DCTCP special ACK
Yuchung Cheng
3
-33
/
+12
2018-07-20
tcp: helpers to send special DCTCP ack
Yuchung Cheng
1
-5
/
+17
2018-07-20
bpf: Use option "help" in the llvm-objcopy test
Martin KaFai Lau
1
-1
/
+1
2018-07-20
bpf: btf: Clean up BTF_INT_BITS() in uapi btf.h
Martin KaFai Lau
2
-7
/
+11
2018-07-20
tools/bpftool: Fix segfault case regarding 'pin' arguments
Taeung Song
1
-3
/
+8
2018-07-20
net-next/hinic: fix a problem in hinic_xmit_frame()
Zhao Chen
1
-0
/
+1
2018-07-20
net/page_pool: Fix inconsistent lock state warning
Tariq Toukan
1
-1
/
+1
2018-07-20
bpf: test case to check whether src/dst regs got mangled by xadd
Daniel Borkmann
1
-0
/
+40
2018-07-20
bpf, ppc64: fix unexpected r0=0 exit path inside bpf_xadd
Daniel Borkmann
1
-24
/
+5
[next]