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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-28
i40e: Fix for long link down notification time
Carolyn Wyborny
1
-1
/
+4
2016-10-28
i40e: Drop redundant Rx descriptor processing code
Alexander Duyck
2
-24
/
+12
2016-10-28
i40e: fix confusing dmesg info for ethtool -L option
Lihong Yang
1
-2
/
+2
2016-10-28
i40e: Make struct i40e_stats const
Joe Perches
1
-1
/
+1
2016-10-28
i40e/i40evf: Changed version from 1.6.16 to 1.6.19
Bimmy Pujari
2
-2
/
+2
2016-10-28
i40e/i40evf: fix interrupt affinity bug
Alan Brady
6
-48
/
+159
2016-10-28
i40e: group base mode VF offload flags
Preethi Banala
2
-0
/
+8
2016-10-28
i40e: reopen client after reset
Mitch Williams
2
-32
/
+17
2016-10-28
i40e: Drop code for unsupported flow types
Alexander Duyck
1
-26
/
+5
2016-10-28
i40e: Remove unused function i40e_vsi_lookup
Alexander Duyck
2
-33
/
+0
2016-10-28
i40e: Bit test mask correction
Filip Sadowski
1
-1
/
+1
2016-10-28
i40e: Rewrite Flow Director busy wait loop
Alexander Duyck
1
-9
/
+4
2016-10-28
i40e: Fix client interaction
Carolyn Wyborny
1
-16
/
+13
2016-10-28
net caif: insert missing spaces in pr_* messages and unbreak multi-line strings
Colin Ian King
1
-6
/
+3
2016-10-28
Merge branch 'mlxsw-next'
David S. Miller
9
-257
/
+323
2016-10-28
mlxsw: switchx2: Set physical device for port netdevice
Jiri Pirko
1
-0
/
+1
2016-10-28
mlxsw: spectrum: Set physical device for port netdevice
Jiri Pirko
1
-0
/
+1
2016-10-28
mlxsw: Move PCI id table definitions into driver modules
Jiri Pirko
8
-71
/
+135
2016-10-28
mlxsw: pci: Rename header with HW definitions
Jiri Pirko
2
-6
/
+6
2016-10-28
mlxsw: spectrum: Remove extra whitespace
Ido Schimmel
1
-1
/
+1
2016-10-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
David S. Miller
1
-8
/
+0
2016-10-27
net: skip genenerating uevents for network namespaces that are exiting
Andrey Vagin
1
-3
/
+11
2016-10-27
ethernet: fix min/max MTU typos
Stefan Richter
2
-2
/
+2
2016-10-27
Merge branch 'genetlink-improvements'
David S. Miller
38
-620
/
+614
2016-10-27
genetlink: mark families as __ro_after_init
Johannes Berg
35
-51
/
+51
2016-10-27
genetlink: use idr to track families
Johannes Berg
3
-178
/
+120
2016-10-27
genetlink: statically initialize families
Johannes Berg
37
-337
/
+414
2016-10-27
genetlink: no longer support using static family IDs
Johannes Berg
37
-69
/
+24
2016-10-27
genetlink: introduce and use genl_family_attrbuf()
Johannes Berg
6
-35
/
+55
2016-10-27
skbedit: allow the user to specify bitmask for mark
Antonio Quartulli
3
-3
/
+21
2016-10-26
devlink: Prevent port_type_set() callback when it's not needed
Elad Raz
1
-0
/
+2
2016-10-26
firewire: net: set initial MTU = 1500 unconditionally, fix IPv6 on some CardBus cards
Stefan Richter
1
-7
/
+1
2016-10-26
firewire: net: fix maximum possible MTU
Stefan Richter
1
-3
/
+4
2016-10-26
net: netcp: add missing of_node_put() in netcp_probe()
Wei Yongjun
1
-0
/
+4
2016-10-26
net: ena: use setup_timer() and mod_timer()
Wei Yongjun
1
-6
/
+3
2016-10-26
amd-xgbe: Fix error return code in xgbe_probe()
Wei Yongjun
1
-0
/
+1
2016-10-26
net: ns83820: use dev_kfree_skb_irq instead of kfree_skb
Wei Yongjun
1
-1
/
+1
2016-10-26
net: eth: altera: Fix error return code in altera_tse_probe()
Wei Yongjun
1
-0
/
+2
2016-10-26
net: dsa: mv88e6xxx: use setup_timer to simplify the code
Wei Yongjun
1
-3
/
+2
2016-10-26
net: netcp: drop kfree for memory allocated with devm_kzalloc
Wei Yongjun
1
-2
/
+0
2016-10-26
batman-adv: Revert "use core MTU range checking in misc drivers"
Sven Eckelmann
1
-1
/
+12
2016-10-26
Merge branch 'BCM54612E'
David S. Miller
2
-1
/
+51
2016-10-26
net: phy: broadcom: Add support for BCM54612E
Xo Wang
2
-0
/
+49
2016-10-26
net: phy: broadcom: Update Auxiliary Control Register macros
Xo Wang
1
-1
/
+2
2016-10-26
sch_htb: do not report fake rate estimators
Eric Dumazet
1
-1
/
+1
2016-10-23
net: ip, diag -- Add diag interface for raw sockets
Cyrill Gorcunov
9
-4
/
+333
2016-10-23
lwt: Remove unused len field
Thomas Graf
3
-9
/
+3
2016-10-23
net: allow to kill a task which waits net_mutex in copy_new_ns
Andrey Vagin
1
-1
/
+8
2016-10-23
net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID frames
Shmulik Ladkani
1
-4
/
+5
2016-10-23
Merge branch 'mlxsw-cosmetics-plus-res-mgmt-rewrite'
David S. Miller
12
-586
/
+405
[next]