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
/
drivers
/
leds
/
leds-locomo.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-08
xfrm: remove gso_segment indirection from xfrm_mode
Florian Westphal
7
-58
/
+78
2019-04-08
xfrm: remove xmit indirection from xfrm_mode
Florian Westphal
6
-60
/
+56
2019-04-08
xfrm: remove output indirection from xfrm_mode
Florian Westphal
12
-128
/
+169
2019-04-08
xfrm: remove input indirection from xfrm_mode
Florian Westphal
8
-66
/
+72
2019-04-08
xfrm: prefer family stored in xfrm_mode struct
Florian Westphal
4
-5
/
+5
2019-04-08
xfrm: place af number into xfrm_mode struct
Florian Westphal
9
-52
/
+32
2019-03-24
vti4: eliminated some duplicate code.
Jeremy Sowden
1
-38
/
+22
2019-03-24
xfrm: gso partial offload support
Boris Pismenny
2
-3
/
+10
2019-03-23
tcp: remove conditional branches from tcp_mstamp_refresh()
Eric Dumazet
1
-6
/
+2
2019-03-23
net: phy: Correct Cygnus/Omega PHY driver prompt
Florian Fainelli
1
-2
/
+1
2019-03-22
genetlink: make policy common to family
Johannes Berg
36
-374
/
+68
2019-03-22
r8169: use netif_start_queue instead of netif_wake_qeueue in rtl8169_start_xmit
Heiner Kallweit
1
-1
/
+1
2019-03-22
net: phy: aquantia: add downshift support
Heiner Kallweit
1
-10
/
+145
2019-03-21
net: sched: flower: set unlocked flag for flower proto ops
Vlad Buslov
1
-2
/
+1
2019-03-21
net: sched: flower: track rtnl lock state
Vlad Buslov
1
-26
/
+56
2019-03-21
net: sched: flower: protect flower classifier state with spinlock
Vlad Buslov
1
-7
/
+32
2019-03-21
net: sched: flower: handle concurrent tcf proto deletion
Vlad Buslov
1
-0
/
+8
2019-03-21
net: sched: flower: handle concurrent filter insertion in fl_change
Vlad Buslov
1
-0
/
+9
2019-03-21
net: sched: flower: protect masks list with spinlock
Vlad Buslov
1
-0
/
+8
2019-03-21
net: sched: flower: handle concurrent mask insertion
Vlad Buslov
1
-7
/
+34
2019-03-21
net: sched: flower: add reference counter to flower mask
Vlad Buslov
1
-5
/
+17
2019-03-21
net: sched: flower: track filter deletion with flag
Vlad Buslov
1
-10
/
+29
2019-03-21
net: sched: flower: introduce reference counting for filters
Vlad Buslov
1
-14
/
+82
2019-03-21
net: sched: flower: refactor fl_change
Vlad Buslov
1
-39
/
+41
2019-03-21
net: sched: flower: don't check for rtnl on head dereference
Vlad Buslov
1
-7
/
+17
2019-03-21
nfp: remove defines for unused control bits
Jakub Kicinski
2
-5
/
+1
2019-03-21
rhashtable: rename rht_for_each*continue as *from.
NeilBrown
3
-25
/
+25
2019-03-21
rhashtable: don't hold lock on first table throughout insertion.
NeilBrown
2
-49
/
+16
2019-03-21
net: phy: Move Omega PHY entry to Cygnus PHY driver
Florian Fainelli
3
-4
/
+149
2019-03-21
net: phy: Prepare for moving Omega out of bcm7xxx
Florian Fainelli
3
-71
/
+76
2019-03-21
net: dst: remove gc leftovers
Julian Wiedmann
3
-29
/
+1
2019-03-21
net: systemport: Remove print of base address
Florian Fainelli
1
-3
/
+3
2019-03-21
net: dsa: bcm_sf2: Remove print of base address
Florian Fainelli
1
-4
/
+5
2019-03-21
net: phy: mdio-bcm-unimac: Remove print of base address
Florian Fainelli
1
-1
/
+1
2019-03-21
ipv6: Remove fallback argument from ip6_hold_safe
David Ahern
1
-7
/
+6
2019-03-21
ipv4: Allow amount of dirty memory from fib resizing to be controllable
David Ahern
4
-6
/
+26
2019-03-21
tun: Remove unused first parameter of tun_get_iff()
Kirill Tkhai
1
-4
/
+3
2019-03-21
tun: Add ioctl() TUNGETDEVNETNS cmd to allow obtaining real net ns of tun device
Kirill Tkhai
2
-0
/
+9
2019-03-21
ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create
David Ahern
2
-27
/
+18
2019-03-21
ipv6: Move setting default metric for routes
David Ahern
1
-4
/
+4
2019-03-21
net/tls: Replace kfree_skb() with consume_skb()
Vakul Garg
1
-3
/
+3
2019-03-21
tipc: fix a null pointer deref
Hoang Le
3
-3
/
+6
2019-03-21
tipc: fix use-after-free in tipc_sk_filter_rcv
Hoang Le
1
-1
/
+2
2019-03-20
ipv6: Add icmp_echo_ignore_anycast for ICMPv6
Stephen Suryaputra
4
-2
/
+21
2019-03-20
net: isdn: Make isdn_ppp_mp_discard and isdn_ppp_mp_reassembly static
YueHaibing
1
-4
/
+5
2019-03-20
net: hns3: Make hclge_destroy_cmd_queue static
YueHaibing
1
-1
/
+1
2019-03-20
net: remove 'fallback' argument from dev->ndo_select_queue()
Paolo Abeni
32
-97
/
+57
2019-03-20
packet: rework packet_pick_tx_queue() to use common code selection
Paolo Abeni
3
-10
/
+12
2019-03-20
net: dev: rename queue selection helpers.
Paolo Abeni
4
-14
/
+14
2019-03-20
qed: Define new MF bit for no_vlan config
Sudarsana Reddy Kalluru
3
-5
/
+8
[next]