index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
params.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-01-09
batman-adv: remove leftovers of unused BATADV_PRIMARIES_FIRST_HOP flag
Marek Lindner
2
-5
/
+1
2016-01-09
batman-adv: Fix lockdep annotation of batadv_tlv_container_remove
Sven Eckelmann
1
-1
/
+1
2016-01-09
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2016-01-09
r8152: adjust ALDPS function
hayeswang
1
-38
/
+34
2016-01-09
r8152: use test_and_clear_bit
hayeswang
1
-14
/
+6
2016-01-09
bpf: cleanup bpf_prog_run_{save,clear}_cb helpers
Daniel Borkmann
1
-10
/
+29
2016-01-09
ipv4: eliminate lock count warnings in ping.c
Lance Richardson
1
-0
/
+2
2016-01-09
ipv4: eliminate endianness warnings in ip_fib.h
Lance Richardson
1
-1
/
+2
2016-01-09
ipv4: fix endianness warnings in ip_tunnel_core.c
Lance Richardson
1
-8
/
+8
2016-01-08
netfilter: nft_ct: add byte/packet counter support
Florian Westphal
2
-0
/
+40
2016-01-08
netfilter: nft_byteorder: provide 64bit le/be conversion
Florian Westphal
1
-0
/
+23
2016-01-08
netfilter: nf_tables: Add new attributes into nft_set to store user data.
Carlos Falgueras GarcĂa
3
-1
/
+26
2016-01-08
netfilter: nfnetlink_log: just returns error for unknown command
Ken-ichirou MATSUZAWA
1
-1
/
+1
2016-01-08
netfilter: nfnetlink_queue: autoload nf_conntrack_netlink module NFQA_CFG_F_C...
Ken-ichirou MATSUZAWA
1
-0
/
+11
2016-01-08
netfilter: nfnetlink_queue: just returns error for unknown command
Ken-ichirou MATSUZAWA
1
-1
/
+1
2016-01-08
netfilter: nfnetlink_queue: don't handle options after unbind
Ken-ichirou MATSUZAWA
1
-1
/
+1
2016-01-08
netfilter: nfnetlink_queue: validate dependencies to avoid breaking atomicity
Ken-ichirou MATSUZAWA
1
-40
/
+32
2016-01-08
ixgbe: Make ATR recognize IPv6 extended headers
Mark Rustad
1
-10
/
+37
2016-01-08
ixgbe: Fix MDD events generated when FCoE+SRIOV are enabled
Neerav Parikh
3
-1
/
+8
2016-01-08
ixgbe: Fix to get FDMI HBA attributes information with X550
Usha Ketineni
1
-2
/
+5
2016-01-08
ixgbe: Correct handling of any outer UDP checksum setting
Mark Rustad
1
-1
/
+1
2016-01-08
ixgbe: do not call check_link for ethtool in ixgbe_get_settings()
Emil Tantilov
1
-5
/
+2
2016-01-08
ixgbe: fix broken PFC with X550
Vasu Dev
1
-3
/
+3
2016-01-08
ixgbe: use correct FCoE DDP max check
Vasu Dev
1
-2
/
+2
2016-01-08
ixgbe: Fill at least min credits to a TC credit refills
Vasu Dev
1
-1
/
+6
2016-01-08
i40e: remove forever unused ID
Jesse Brandeburg
5
-5
/
+0
2016-01-08
i40e: Fix Rx hash reported to the stack by our driver
Anjali Singhai Jain
2
-50
/
+58
2016-01-08
i40e: Look up MAC address in Open Firmware or IDPROM
Sowmini Varadhan
2
-0
/
+91
2016-01-08
i40e: allow zero MAC address for VFs
Mitch Williams
1
-5
/
+6
2016-01-08
i40e: change log messages and error returns
Mitch Williams
1
-9
/
+18
2016-01-07
dt-bindings: net: macb: Add NP4 macb variant
Neil Armstrong
1
-0
/
+1
2016-01-07
net: macb: Add NP4 macb config using USRIO_DISABLED
Neil Armstrong
1
-0
/
+6
2016-01-07
net: ethernet: cadence-macb: Add disabled usrio caps
Neil Armstrong
2
-12
/
+16
2016-01-07
mdio: Abstract device_remove() and device_free()
Andrew Lunn
4
-14
/
+33
2016-01-07
mdio: Add support for mdio drivers.
Andrew Lunn
7
-17
/
+286
2016-01-07
mdio_bus: Add comment to mdiobus_scan() and __mdiobus_register()
Andrew Lunn
1
-1
/
+15
2016-01-07
mdio_bus: Generalise of_mdiobus_link_phydev()
Andrew Lunn
1
-14
/
+15
2016-01-07
phy: Move phy specific bus match into phy_device
Andrew Lunn
3
-26
/
+41
2016-01-07
phy: Centralize setting driver module owner
Andrew Lunn
27
-121
/
+12
2016-01-07
phy: Move PHY PM operations into phy_device
Andrew Lunn
3
-74
/
+121
2016-01-07
dsa: Register netdev before phy
Andrew Lunn
1
-7
/
+7
2016-01-07
phy_device: Move phy attributes into phy_device
Andrew Lunn
2
-42
/
+44
2016-01-07
phy: Add API for {un}registering an mdio device to a bus.
Andrew Lunn
17
-49
/
+98
2016-01-07
of: phy: Only register a phy device for phys
Andrew Lunn
1
-7
/
+34
2016-01-07
phy: Add an mdio_device structure
Andrew Lunn
35
-151
/
+165
2016-01-07
mdio: Move allocation of interrupts into core
Andrew Lunn
54
-396
/
+48
2016-01-07
phy: mdio-octeon: Use devm_mdiobus_alloc_size()
Andrew Lunn
1
-7
/
+5
2016-01-07
phy: Centralise print about attached phy
Andrew Lunn
25
-82
/
+64
2016-01-07
phy: phy_{read|write}_mmd_indirect: get addr from phydev
Andrew Lunn
5
-37
/
+25
2016-01-07
net: dnet: Use phy_find_first() helper
Andrew Lunn
1
-7
/
+1
[next]