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
/
security
/
Makefile
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2018-11-06
net: systemport: Simplify queue mapping logic
Florian Fainelli
2
-9
/
+9
2018-11-06
net: dsa: bcm_sf2: Turn on PHY to allow successful registration
Florian Fainelli
1
-0
/
+4
2018-11-06
net: systemport: Restore Broadcom tag match filters upon resume
Florian Fainelli
2
-0
/
+13
2018-11-06
net: dsa: bcm_sf2: Get rid of unmarshalling functions
Florian Fainelli
1
-310
/
+0
2018-11-06
net: dsa: bcm_sf2: Restore CFP rules during system resume
Florian Fainelli
3
-0
/
+41
2018-11-06
net: dsa: bcm_sf2: Split rule handling from HW operation
Florian Fainelli
1
-35
/
+54
2018-11-06
net: dsa: bcm_sf2: Keep copy of inserted rules
Florian Fainelli
3
-11
/
+137
2018-11-06
rtnetlink: Add more extack messages to rtnl_newlink
David Ahern
1
-2
/
+4
2018-11-06
net: Add extack argument to ip_fib_metrics_init
David Ahern
4
-11
/
+25
2018-11-06
net: Add extack argument to rtnl_create_link
David Ahern
7
-12
/
+19
2018-11-06
ipv6: gro: do not use slow memcmp() in ipv6_gro_receive()
Eric Dumazet
1
-3
/
+10
2018-11-06
net: skbuff.h: remove unnecessary unlikely()
Yangtao Li
1
-3
/
+1
2018-11-06
ISDN: eicon: Remove driver
Olof Johansson
85
-41755
/
+0
2018-11-06
ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm
Ard Biesheuvel
1
-1
/
+1
[next]