index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
ntb.h
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-07
net/vlan: introduce __vlan_hwaccel_copy_tag() helper
Michał Mirosław
1
-0
/
+13
2018-11-07
net/vlan: introduce __vlan_hwaccel_clear_tag() helper
Michał Mirosław
1
-1
/
+12
2018-11-07
inet: minor optimization for backlog setting in listen(2)
Yafang Shao
3
-3
/
+2
2018-11-07
net: vlan: add support for tunnel offload
Davide Caratti
3
-0
/
+15
2018-11-07
tun: compute the RFS hash only if needed.
Paolo Abeni
1
-1
/
+2
2018-11-07
net/wan/fsl_ucc_hdlc: add BQL support
Mathias Thore
1
-0
/
+8
2018-11-07
net: phy: realtek: load driver for all PHYs with a Realtek OUI
Heiner Kallweit
1
-9
/
+2
2018-11-07
net: phy: make phy_trigger_machine static
Heiner Kallweit
2
-22
/
+12
2018-11-07
net: dsa: bcm_sf2: fix semicolon.cocci warnings
kbuild test robot
1
-2
/
+2
2018-11-07
net: phy: bcm7xxx: Add entry for BCM7255
Justin Chen
2
-0
/
+3
2018-11-07
selftests: add functionals test for UDP GRO
Paolo Abeni
6
-23
/
+282
2018-11-07
selftests: add some benchmark for UDP GRO
Paolo Abeni
2
-0
/
+94
2018-11-07
selftests: add dummy xdp test helper
Paolo Abeni
2
-1
/
+15
2018-11-07
selftests: add GRO support to udp bench rx program
Paolo Abeni
1
-7
/
+30
2018-11-07
udp: cope with UDP GRO packet misdirection
Paolo Abeni
4
-10
/
+88
2018-11-07
ipv6: factor out protocol delivery helper
Paolo Abeni
2
-12
/
+18
2018-11-07
ip: factor out protocol delivery helper
Paolo Abeni
2
-37
/
+37
2018-11-07
udp: add support for UDP_GRO cmsg
Paolo Abeni
3
-0
/
+18
2018-11-07
udp: implement GRO for plain UDP sockets.
Paolo Abeni
5
-28
/
+99
2018-11-07
udp: implement complete book-keeping for encap_needed
Paolo Abeni
4
-12
/
+34
2018-11-07
ipv6: do not drop vrf udp multicast packets
Dewi Morgan
1
-3
/
+5
2018-11-07
ipv6: handling of multicast packets received in VRF
Mike Manning
1
-3
/
+32
2018-11-07
ipv6: allow ping to link-local address in VRF
Mike Manning
1
-1
/
+1
2018-11-07
vrf: mark skb for multicast or link-local as enslaved to VRF
Mike Manning
1
-10
/
+9
2018-11-07
net: fix raw socket lookup device bind matching with VRFs
Duncan Eastoe
3
-6
/
+15
2018-11-07
net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFs
Mike Manning
7
-2
/
+68
2018-11-07
net: ensure unbound datagram socket to be chosen when not in a VRF
Mike Manning
5
-21
/
+31
2018-11-07
net: ensure unbound stream socket to be chosen when not in a VRF
Mike Manning
4
-16
/
+31
2018-11-07
net: allow binding socket in a VRF when there's an unbound socket
Robert Shearman
6
-22
/
+51
2018-11-07
net: hns3: Remove set but not used variable 'reset_level'
YueHaibing
1
-10
/
+3
2018-11-07
nfp: flower: use the common netdev notifier
Jakub Kicinski
4
-55
/
+30
2018-11-07
nfp: register a notifier handler in a central location for the device
Jakub Kicinski
2
-15
/
+57
2018-11-07
nfp: flower: make nfp_fl_lag_changels_event() void
Jakub Kicinski
1
-8
/
+5
2018-11-07
nfp: flower: don't try to nack device unregister events
Jakub Kicinski
1
-9
/
+12
2018-11-07
nfp: flower: remove unnecessary iteration over devices
Jakub Kicinski
1
-7
/
+0
2018-11-07
nfp: flower: add ipv6 set flow label and hop limit offload
Pieter Jansen van Vuuren
2
-4
/
+75
2018-11-07
nfp: flower: add ipv4 set ttl and tos offload
Pieter Jansen van Vuuren
2
-6
/
+73
2018-11-07
net: hns3: fix for cmd queue memory not freed problem during reset
Huazhong Tan
3
-65
/
+91
2018-11-07
net: hns3: add error handler for hclge_reset()
Huazhong Tan
2
-22
/
+120
2018-11-07
net: hns3: call roce's reset notify callback when resetting
Huazhong Tan
1
-0
/
+33
2018-11-07
net: hns3: adjust the process of PF reset
Huazhong Tan
1
-2
/
+36
2018-11-07
net: hns3: move some reset information from hnae3_handle into hclge_dev/hclgevf_dev
Huazhong Tan
7
-34
/
+28
2018-11-07
net: hns3: ignore new coming low-level reset while doing high-level reset
Huazhong Tan
1
-11
/
+16
2018-11-07
net: hns3: use HNS3_NIC_STATE_RESETTING to indicate resetting
Huazhong Tan
4
-0
/
+48
2018-11-07
net: hns3: enable/disable ring in the enet while doing UP/DOWN
Huazhong Tan
4
-44
/
+41
2018-11-07
net: hns3: adjust the location of clearing the table when doing reset
Huazhong Tan
1
-10
/
+10
2018-11-07
net: hns3: provide some interface & information for the client
Huazhong Tan
5
-0
/
+68
2018-11-07
net: hns3: add set_default_reset_request in the hnae3_ae_ops
Huazhong Tan
5
-1
/
+45
2018-11-07
net: hns3: use HNS3_NIC_STATE_INITED to indicate the initialization state of enet
Huazhong Tan
2
-1
/
+18
2018-11-06
net: systemport: Unmap queues upon DSA unregister event
Florian Fainelli
1
-6
/
+50
[next]