index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
9p
/
trans_rdma.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-11-13
net/mlx4: Use Kconfig flag to remove support of old gen2 Mellanox devices
Slava Shwartsman
2
-0
/
+10
2017-11-13
af_netlink: ensure that NLMSG_DONE never fails in dumps
Jason A. Donenfeld
2
-6
/
+12
2017-11-13
netem: support delivering packets in delayed time slots
Dave Taht
2
-3
/
+79
2017-11-13
netem: add uapi to express delay and jitter in nanoseconds
Dave Taht
2
-0
/
+16
2017-11-13
netem: convert to qdisc_watchdog_schedule_ns
Dave Taht
1
-28
/
+28
2017-11-13
ipv6: try not to take rtnl_lock in ip6mr_sk_done
Francesco Ruggeri
1
-0
/
+4
2017-11-13
net: realtek: r8169: remove redundant assignment to giga_ctrl
Colin Ian King
1
-2
/
+0
2017-11-13
net: dsa: lan9303: Documentation: Add missing word "Mbps"
Egil Hjelmeland
1
-3
/
+3
2017-11-13
net: dsa: lan9303: Fix lan9303_alr_del_port()
Egil Hjelmeland
1
-1
/
+1
2017-11-11
net: Remove unused skb_shared_info member
Mat Martineau
3
-33
/
+0
2017-11-11
l2tp: remove the .tunnel_sock field from struct pppol2tp_session
Guillaume Nault
1
-10
/
+0
2017-11-11
l2tp: avoid using ->tunnel_sock for getting session's parent tunnel
Guillaume Nault
1
-54
/
+12
2017-11-11
l2tp: remove .tunnel_sock from struct l2tp_eth
Guillaume Nault
1
-2
/
+0
2017-11-11
net: dsa: b53: Turn on Broadcom tags
Florian Fainelli
2
-9
/
+40
2017-11-11
net: dsa: b53: Stop using dev->cpu_port incorrectly
Florian Fainelli
1
-6
/
+4
2017-11-11
net: bgmac: Pad packets to a minimum size
Florian Fainelli
1
-0
/
+16
2017-11-11
net: dsa: lan9303: Clear offload_fwd_mark for IGMP
Egil Hjelmeland
1
-0
/
+13
2017-11-11
net: dsa: lan9303: Set up trapping of IGMP to CPU port
Egil Hjelmeland
1
-0
/
+26
2017-11-11
cxgb4: collect vpd info directly from hardware
Rahul Lakkireddy
5
-42
/
+104
2017-11-11
vlan: fix a use-after-free in vlan_device_event()
Cong Wang
1
-3
/
+3
2017-11-11
net: dsa: mv88e6xxx: Fix stats histogram mode
Andrew Lunn
3
-13
/
+58
2017-11-11
net: dsa: mv88e6xxx: Flood broadcast frames in hardware
Andrew Lunn
1
-1
/
+32
2017-11-11
net: dsa: mv88e6xxx: Move mv88e6xxx_port_db_load_purge()
Andrew Lunn
1
-44
/
+44
2017-11-11
net: dsa: mv88e6xxx: Print offending port when vlan check fails
Andrew Lunn
1
-2
/
+2
2017-11-11
net: dsa: mv88e6xxx: Fixed port netdev check for VLANs
Andrew Lunn
1
-1
/
+1
2017-11-11
net: dsa: {e}dsa: set offload_fwd_mark on received packets
Andrew Lunn
2
-0
/
+4
2017-11-11
net: dsa: Fix SWITCHDEV_ATTR_ID_PORT_PARENT_ID
Andrew Lunn
1
-2
/
+3
2017-11-11
bindings: net: stmmac: correctify note about LPI interrupt
Niklas Cassel
1
-1
/
+1
2017-11-11
ipvlan: fix ipv6 outbound device
Keefe Liu
1
-1
/
+1
2017-11-11
net: thunderx: fix double free error
Aleksey Makarov
1
-52
/
+30
2017-11-11
net: thunderbolt: Clear finished Tx frame bus address in tbnet_tx_callback()
Mika Westerberg
1
-0
/
+1
2017-11-11
sock: Remove the global prot_inuse counter.
Tonghao Zhang
1
-22
/
+0
2017-11-11
net: sfc: remove redundant variable start
Colin Ian King
1
-2
/
+0
2017-11-11
qlge: remove duplicated assignment to mbcp
Colin Ian King
1
-1
/
+0
2017-11-11
net: wan: x25_asy: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2017-11-11
net: 3com: 3c574_cs: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2017-11-11
net: 8390: pcnet_cs: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2017-11-11
net: decnet: dn_table: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2017-11-11
l2tp: don't close sessions in l2tp_tunnel_destruct()
Guillaume Nault
1
-2
/
+0
2017-11-11
tcp: use sequence distance to detect reordering
Yuchung Cheng
5
-107
/
+68
2017-11-11
tcp: retire FACK loss detection
Yuchung Cheng
10
-77
/
+12
2017-11-11
fsl/fman_port: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2017-11-11
net: ethernet: bgmac: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2017-11-11
ibmvnic: Add vnic client data to login buffer
Nathan Fontenot
2
-2
/
+68
2017-11-11
bpf: Revert bpf_overrid_function() helper changes.
David S. Miller
21
-204
/
+11
2017-11-11
bpf: Fix tcp_clamp_kern.c sample program
Lawrence Brakmo
1
-11
/
+13
2017-11-11
bpf: Fix tcp_iw_kern.c sample program
Lawrence Brakmo
1
-6
/
+8
2017-11-11
bpf: Fix tcp_cong_kern.c sample program
Lawrence Brakmo
1
-2
/
+4
2017-11-11
bpf: Fix tcp_bufs_kern.c sample program
Lawrence Brakmo
1
-6
/
+8
2017-11-11
bpf: Fix tcp_rwnd_kern.c sample program
Lawrence Brakmo
1
-2
/
+4
[next]