index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-06-27
tcp: fix null ptr deref in getsockopt(..., TCP_ULP, ...)
Dave Watson
1
-0
/
+5
2017-06-27
vxlan: fix incorrect nlattr access in MTU check
Matthias Schiffer
1
-1
/
+1
2017-06-27
net: remove policy-routing.txt documentation
Vincent Bernat
1
-150
/
+0
2017-06-27
net/mlx4: fix spelling mistake: "coalesing" -> "coalescing"
Colin Ian King
1
-1
/
+1
2017-06-27
net: add netlink_ext_ack argument to rtnl_link_ops.slave_validate
Matthias Schiffer
2
-2
/
+4
2017-06-27
net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelink
Matthias Schiffer
4
-4
/
+8
2017-06-27
net: add netlink_ext_ack argument to rtnl_link_ops.validate
Matthias Schiffer
28
-33
/
+63
2017-06-27
net: add netlink_ext_ack argument to rtnl_link_ops.changelink
Matthias Schiffer
20
-28
/
+47
2017-06-27
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
Matthias Schiffer
32
-40
/
+68
2017-06-25
net: macb: add fixed-link node support
Michael Grzeschik
2
-39
/
+60
2017-06-25
sctp: adjust ssthresh when transport is idle
Marcelo Ricardo Leitner
1
-0
/
+2
2017-06-25
sctp: adjust cwnd increase in Congestion Avoidance phase
Marcelo Ricardo Leitner
1
-8
/
+18
2017-06-25
sctp: allow increasing cwnd regardless of ctsn moving or not
Marcelo Ricardo Leitner
1
-9
/
+8
2017-06-25
sctp: update order of adjustments of partial_bytes_acked and cwnd
Marcelo Ricardo Leitner
1
-7
/
+8
2017-06-25
net: Remove ndo_dfwd_start_xmit
Mintz, Yuval
1
-9
/
+0
2017-06-25
net: qcom/emac: add support for emulation systems
Timur Tabi
1
-2
/
+21
2017-06-25
net: qcom/emac: do not reset the EMAC during initialization
Timur Tabi
1
-2
/
+0
2017-06-25
net: qcom/emac: add shutdown function
Timur Tabi
1
-0
/
+14
2017-06-25
af_iucv: Move sockaddr length checks to before accessing sa_family in bind an...
Mateusz Jurczyk
1
-5
/
+3
2017-06-25
net/iucv: improve endianness handling
Hans Wippel
1
-1
/
+1
2017-06-25
net: dsa: mv88e6xxx: fix error code in mv88e6390_serdes_power()
Dan Carpenter
1
-1
/
+1
2017-06-25
nfp: add VF and PF representors to flower app
Simon Horman
1
-2
/
+83
2017-06-25
nfp: add flower app
Simon Horman
4
-0
/
+300
2017-06-25
nfp: add support for control messages for flower app
Simon Horman
5
-3
/
+281
2017-06-25
nfp: add support for tx/rx with metadata portid
Simon Horman
2
-6
/
+52
2017-06-25
nfp: provide nfp_port to of nfp_net_get_mac_addr()
Simon Horman
3
-15
/
+15
2017-06-25
nfp: app callbacks for SRIOV
Simon Horman
2
-5
/
+55
2017-06-25
nfp: add stats and xmit helpers for representors
Simon Horman
2
-1
/
+226
2017-06-25
nfp: general representor implementation
Simon Horman
5
-0
/
+287
2017-06-25
nfp: map mac_stats and vf_cfg BARs
Simon Horman
5
-33
/
+164
2017-06-25
nfp: move physical port init into a helper
Jakub Kicinski
3
-17
/
+34
2017-06-25
nfp: devlink add support for getting eswitch mode
Jakub Kicinski
2
-0
/
+33
2017-06-25
net: store port/representator id in metadata_dst
Jakub Kicinski
5
-17
/
+50
2017-06-23
net: dsa: bcm_sf2: Remove special handling of "internal" phy-mode
Florian Fainelli
1
-11
/
+5
2017-06-23
net: bcmgenet: Remove special handling of "internal" phy-mode
Florian Fainelli
1
-16
/
+8
2017-06-23
net: phy: Support "internal" PHY interface
Florian Fainelli
1
-0
/
+3
2017-06-23
dt-bindings: Add "internal" as a valid 'phy-mode' property
Florian Fainelli
1
-0
/
+1
2017-06-23
cxgb4: Use Firmware params to get buffer-group map
Arjun Vynipadath
3
-18
/
+101
2017-06-23
cxgb4: Update T6 Buffer Group and Channel Mappings
Arjun Vynipadath
3
-18
/
+80
2017-06-23
tls: return -EFAULT if copy_to_user() fails
Dan Carpenter
1
-4
/
+6
2017-06-23
net: ena: update ena driver to version 1.2.0
Netanel Belgazal
1
-3
/
+3
2017-06-23
net: ena: update driver's rx drop statistics
Netanel Belgazal
1
-0
/
+9
2017-06-23
net: ena: use lower_32_bits()/upper_32_bits() to split dma address
Netanel Belgazal
1
-2
/
+2
2017-06-23
net: ena: separate skb allocation to dedicated function
Netanel Belgazal
1
-17
/
+27
2017-06-23
net: ena: use napi_schedule_irqoff when possible
Netanel Belgazal
1
-1
/
+1
2017-06-23
net: ena: allow the driver to work with small number of msix vectors
Netanel Belgazal
2
-20
/
+51
2017-06-23
net: ena: add support for out of order rx buffers refill
Netanel Belgazal
4
-17
/
+83
2017-06-23
net: ena: add reset reason for each device FLR
Netanel Belgazal
5
-6
/
+54
2017-06-23
net: ena: change sizeof() argument to be the type pointer
Netanel Belgazal
1
-8
/
+8
2017-06-23
net: ena: add hardware hints capability to the driver
Netanel Belgazal
6
-11
/
+137
[next]