index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
/
initramfs.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-10-29
net/mlx5: Fix race between PCI error handlers and health work
Mohamad Haj Yahia
3
-5
/
+38
2016-10-29
net/mlx5: Clear health sick bit when starting health poll
Mohamad Haj Yahia
1
-0
/
+1
2016-10-29
net/mlx5: Change the acl enable prototype to return status
Mohamad Haj Yahia
1
-16
/
+34
2016-10-29
net/mlx5e: Unregister netdev before detaching it
Mohamad Haj Yahia
2
-1
/
+2
2016-10-29
net/mlx5e: Choose best nearest LRO timeout
Saeed Mahameed
2
-3
/
+21
2016-10-29
net/mlx5: Correctly initialize last use of flow counters
Paul Blakey
1
-0
/
+1
2016-10-29
net/mlx5: Fix autogroups groups num not decreasing
Paul Blakey
1
-0
/
+3
2016-10-29
net/mlx5: Keep autogroups list ordered
Paul Blakey
1
-3
/
+3
2016-10-29
net/mlx5: Always Query HCA caps after setting them
Daniel Jurgens
1
-6
/
+6
2016-10-29
{net, ib}/mlx5: Make cache line size determination at runtime.
Daniel Jurgens
4
-18
/
+27
2016-10-29
sctp: validate chunk len before actually using it
Marcelo Ricardo Leitner
1
-6
/
+6
2016-10-28
mlxsw: spectrum_router: Compare only trees which are in use during tree get
Jiri Pirko
1
-1
/
+2
2016-10-28
mlxsw: spectrum_router: Save requested prefix bitlist when creating tree
Jiri Pirko
1
-0
/
+2
2016-10-27
net sched filters: fix notification of filter delete with proper handle
Jamal Hadi Salim
1
-1
/
+2
2016-10-27
net: bgmac: fix spelling mistake: "connecton" -> "connection"
Colin Ian King
1
-1
/
+1
2016-10-27
flow_dissector: fix vlan tag handling
Arnd Bergmann
1
-5
/
+5
2016-10-27
net: ipv6: Do not consider link state for nexthop validation
David Ahern
2
-2
/
+5
2016-10-27
net: ipv6: Fix processing of RAs in presence of VRF
David Ahern
2
-20
/
+50
2016-10-27
kalmia: avoid potential uninitialized variable use
Arnd Bergmann
1
-1
/
+1
2016-10-27
macsec: Fix header length if SCI is added if explicitly disabled
Tobias Brunner
1
-8
/
+18
2016-10-27
at803x: double check SGMII side autoneg
Zefir Kurtisi
1
-0
/
+39
2016-10-27
Revert "at803x: fix suspend/resume for SGMII link"
Zefir Kurtisi
1
-26
/
+0
2016-10-27
MAINTAINERS: Update qlogic networking drivers
Mintz, Yuval
1
-19
/
+22
2016-10-27
netvsc: fix incorrect receive checksum offloading
Stephen Hemminger
1
-8
/
+11
2016-10-26
udp: fix IP_CHECKSUM handling
Eric Dumazet
4
-9
/
+11
2016-10-26
sctp: fix the panic caused by route update
Xin Long
1
-1
/
+7
2016-10-26
doc: update docbook annotations for socket and skb
Stephen Hemminger
2
-1
/
+4
2016-10-26
rocker: fix error return code in rocker_world_check_init()
Wei Yongjun
1
-1
/
+1
2016-10-23
net: sctp, forbid negative length
Jiri Slaby
1
-1
/
+4
2016-10-23
net: fec: Call swap_buffer() prior to IP header alignment
Fabio Estevam
1
-3
/
+3
2016-10-23
ipv6: do not increment mac header when it's unset
Jason A. Donenfeld
1
-1
/
+2
2016-10-23
bnx2x: Use the correct divisor value for PHC clock readings.
Sudarsana Reddy Kalluru
1
-1
/
+1
2016-10-22
qede: Fix incorrrect usage of APIs for un-mapping DMA memory
Manish Chopra
2
-6
/
+6
2016-10-22
qed: Zero-out the buffer paased to dcbx_query() API
Sudarsana Reddy Kalluru
1
-0
/
+2
2016-10-22
qede: Reconfigure rss indirection direction table when rss count is updated
Sudarsana Reddy Kalluru
1
-0
/
+7
2016-10-22
qed*: Reduce the memory footprint for Rx path
Sudarsana Reddy Kalluru
3
-1
/
+3
2016-10-22
qede: Loopback implementation should ignore the normal traffic
Sudarsana Reddy Kalluru
3
-35
/
+49
2016-10-22
qede: Do not allow RSS config for 100G devices
Sudarsana Reddy Kalluru
1
-0
/
+6
2016-10-22
qede: get_channels() need to populate max tx/rx coalesce values
Sudarsana Reddy Kalluru
1
-0
/
+2
2016-10-22
ipv4: use the right lock for ping_group_range
WANG Cong
1
-4
/
+4
2016-10-22
net: dsa: bcm_sf2: Do not rely on kexec_in_progress
Florian Fainelli
1
-2
/
+3
2016-10-22
Revert "kexec: Export kexec_in_progress to modules"
Florian Fainelli
1
-1
/
+0
2016-10-22
netns: revert "netns: avoid disabling irq for netns id"
Paul Moore
1
-15
/
+20
2016-10-21
ipv6: fix a potential deadlock in do_ipv6_setsockopt()
WANG Cong
3
-6
/
+15
2016-10-21
kexec: Export kexec_in_progress to modules
Florian Fainelli
1
-0
/
+1
2016-10-20
ipv4: disable BH in set_ping_group_range()
Eric Dumazet
1
-2
/
+2
2016-10-20
udp: must lock the socket in udp_disconnect()
Eric Dumazet
8
-8
/
+18
2016-10-20
net: dsa: bcm_sf2: Prevent GPHY shutdown for kexec'd kernels
Florian Fainelli
1
-0
/
+14
2016-10-20
bpf, test: fix ld_abs + vlan push/pop stress test
Daniel Borkmann
1
-1
/
+1
2016-10-20
net: add recursion limit to GRO
Sabrina Dubroca
11
-11
/
+49
[next]