index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
rc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-07-17
bpf: bpf_event_entry_gen's alloc needs to be in atomic context
Daniel Borkmann
1
-1
/
+1
2016-07-17
sctp: fix GSO for IPv6
Marcelo Ricardo Leitner
1
-1
/
+22
2016-07-17
sctp: recvmsg should be able to run even if sock is in closing state
Marcelo Ricardo Leitner
1
-15
/
+17
2016-07-17
net: usb: ax88172x: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-20
/
+2
2016-07-17
net: hisilicon: Add Fast Ethernet MAC driver
Dongpo Li
4
-0
/
+1059
2016-07-17
of_mdio: Abstract a general interface for phy connect
Dongpo Li
2
-0
/
+46
2016-07-17
net: Add MDIO bus driver for the Hisilicon FEMAC
Dongpo Li
4
-0
/
+196
2016-07-17
net: cpsw: make TI_CPSW_PHY_SEL invisible
Uwe Kleine-König
1
-2
/
+1
2016-07-17
wan/fsl_ucc_hdlc: rewrite error handling to make it clearer
Zhao Qiang
1
-28
/
+27
2016-07-17
wan/fsl_ucc_hdlc: remove reduplicative freed memory 'uhdlc_priv'
Zhao Qiang
1
-1
/
+0
2016-07-17
net: ipmr/ip6mr: add support for keeping an entry age
Nikolay Aleksandrov
4
-8
/
+20
2016-07-17
rndis_host: Set valid random MAC on buggy devices
Kristian Evensen
1
-1
/
+5
2016-07-17
net: bridge: remove _deliver functions and consolidate forward code
Nikolay Aleksandrov
5
-153
/
+94
2016-07-17
net: bridge: drop skb2/skb0 variables and use a local_rcv boolean
Nikolay Aleksandrov
3
-37
/
+33
2016-07-17
net: bridge: rearrange flood vs unicast receive paths
Nikolay Aleksandrov
1
-15
/
+14
2016-07-17
net: bridge: minor style adjustments in br_handle_frame_finish
Nikolay Aleksandrov
1
-10
/
+8
2016-07-16
tcp_timer.c: Add kernel-doc function descriptions
Richard Sailer
1
-17
/
+64
2016-07-16
net: ethernet: ti: cpmac: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-21
/
+2
2016-07-16
net: ethernet: ti: cpmac: use phydev from struct net_device
Philippe Reynes
1
-26
/
+20
2016-07-16
net: ethernet: amd: au1000_eth: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-21
/
+2
2016-07-16
net: ethernet: amd: au1000_eth: use phydev from struct net_device
Philippe Reynes
2
-25
/
+16
2016-07-16
net: ethernet: smsc9420: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-22
/
+2
2016-07-16
net: ethernet: smsc9420: use phydev from struct net_device
Philippe Reynes
1
-27
/
+17
2016-07-16
net: ethernet: ethoc: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-22
/
+2
2016-07-16
net: ethernet: ethoc: use phydev from struct net_device
Philippe Reynes
1
-13
/
+7
2016-07-16
net: ethernet: pasemi_mac: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-26
/
+2
2016-07-16
net: ethernet: pasemi_mac: use phydev from struct net_device
Philippe Reynes
3
-20
/
+15
2016-07-16
net: ethernet: xilinx: axienet: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-45
/
+2
2016-07-16
net: ethernet: xilinx: axienet: use phydev from struct net_device
Philippe Reynes
2
-21
/
+16
2016-07-16
net: ethernet: tc35815: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-16
/
+2
2016-07-16
net: ethernet: tc35815: use phydev from struct net_device
Philippe Reynes
1
-27
/
+18
2016-07-16
net: fixup for tracepoint napi:napi_poll
Jesper Dangaard Brouer
1
-2
/
+2
2016-07-15
macvtap: switch to use skb array
Jason Wang
1
-11
/
+71
2016-07-15
macvtap: avoid hash calculating for single queue
Jason Wang
1
-0
/
+4
2016-07-15
bpf: avoid stack copy and use skb ctx for event output
Daniel Borkmann
5
-22
/
+69
2016-07-15
bpf, perf: split bpf_perf_event_output
Daniel Borkmann
1
-13
/
+22
2016-07-15
perf, events: add non-linear data support for raw records
Daniel Borkmann
6
-32
/
+93
2016-07-15
rxrpc: checking for IS_ERR() instead of NULL
Dan Carpenter
1
-1
/
+1
2016-07-15
net: phy: micrel: Add KSZ8041FTL fiber mode support
Philipp Zabel
3
-2
/
+43
2016-07-15
wan/fsl_ucc_hdlc: info leak in uhdlc_ioctl()
Dan Carpenter
1
-2
/
+1
2016-07-15
Documentation: RDS: Document Multipath RDS (mprds)
Sowmini Varadhan
1
-0
/
+55
2016-07-15
Documentation: RDS: updates for SO_RDS_TRANSPORT socket option
Sowmini Varadhan
1
-1
/
+16
2016-07-15
RDS: TCP: Enable multipath RDS for TCP
Sowmini Varadhan
11
-30
/
+257
2016-07-15
RDS: TCP: Reduce code duplication in rds_tcp_reset_callbacks()
Sowmini Varadhan
1
-18
/
+4
2016-07-15
RDS: TCP: avoid bad page reference in rds_tcp_listen_data_ready
Sowmini Varadhan
3
-0
/
+10
2016-07-15
devlink: fix trace format string
Arnd Bergmann
1
-1
/
+1
2016-07-15
tracing: change owner name to driver name for devlink hwmsg tracepoint
Jiri Pirko
1
-4
/
+4
2016-07-15
mlxsw: spectrum_router: Return -ENOENT in case of error
Christophe Jaillet
1
-1
/
+1
2016-07-15
net: ethernet: ll_temac: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-12
/
+2
2016-07-15
net: ethernet: ll_temac: use phydev from struct net_device
Philippe Reynes
2
-22
/
+16
[next]