summaryrefslogtreecommitdiffstats
path: root/kernel/params.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-09batman-adv: remove leftovers of unused BATADV_PRIMARIES_FIRST_HOP flagMarek Lindner2-5/+1
2016-01-09batman-adv: Fix lockdep annotation of batadv_tlv_container_removeSven Eckelmann1-1/+1
2016-01-09batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2016-01-09r8152: adjust ALDPS functionhayeswang1-38/+34
2016-01-09r8152: use test_and_clear_bithayeswang1-14/+6
2016-01-09bpf: cleanup bpf_prog_run_{save,clear}_cb helpersDaniel Borkmann1-10/+29
2016-01-09ipv4: eliminate lock count warnings in ping.cLance Richardson1-0/+2
2016-01-09ipv4: eliminate endianness warnings in ip_fib.hLance Richardson1-1/+2
2016-01-09ipv4: fix endianness warnings in ip_tunnel_core.cLance Richardson1-8/+8
2016-01-08netfilter: nft_ct: add byte/packet counter supportFlorian Westphal2-0/+40
2016-01-08netfilter: nft_byteorder: provide 64bit le/be conversionFlorian Westphal1-0/+23
2016-01-08netfilter: nf_tables: Add new attributes into nft_set to store user data.Carlos Falgueras GarcĂ­a3-1/+26
2016-01-08netfilter: nfnetlink_log: just returns error for unknown commandKen-ichirou MATSUZAWA1-1/+1
2016-01-08netfilter: nfnetlink_queue: autoload nf_conntrack_netlink module NFQA_CFG_F_C...Ken-ichirou MATSUZAWA1-0/+11
2016-01-08netfilter: nfnetlink_queue: just returns error for unknown commandKen-ichirou MATSUZAWA1-1/+1
2016-01-08netfilter: nfnetlink_queue: don't handle options after unbindKen-ichirou MATSUZAWA1-1/+1
2016-01-08netfilter: nfnetlink_queue: validate dependencies to avoid breaking atomicityKen-ichirou MATSUZAWA1-40/+32
2016-01-08ixgbe: Make ATR recognize IPv6 extended headersMark Rustad1-10/+37
2016-01-08ixgbe: Fix MDD events generated when FCoE+SRIOV are enabledNeerav Parikh3-1/+8
2016-01-08ixgbe: Fix to get FDMI HBA attributes information with X550Usha Ketineni1-2/+5
2016-01-08ixgbe: Correct handling of any outer UDP checksum settingMark Rustad1-1/+1
2016-01-08ixgbe: do not call check_link for ethtool in ixgbe_get_settings()Emil Tantilov1-5/+2
2016-01-08ixgbe: fix broken PFC with X550Vasu Dev1-3/+3
2016-01-08ixgbe: use correct FCoE DDP max checkVasu Dev1-2/+2
2016-01-08ixgbe: Fill at least min credits to a TC credit refillsVasu Dev1-1/+6
2016-01-08i40e: remove forever unused IDJesse Brandeburg5-5/+0
2016-01-08i40e: Fix Rx hash reported to the stack by our driverAnjali Singhai Jain2-50/+58
2016-01-08i40e: Look up MAC address in Open Firmware or IDPROMSowmini Varadhan2-0/+91
2016-01-08i40e: allow zero MAC address for VFsMitch Williams1-5/+6
2016-01-08i40e: change log messages and error returnsMitch Williams1-9/+18
2016-01-07dt-bindings: net: macb: Add NP4 macb variantNeil Armstrong1-0/+1
2016-01-07net: macb: Add NP4 macb config using USRIO_DISABLEDNeil Armstrong1-0/+6
2016-01-07net: ethernet: cadence-macb: Add disabled usrio capsNeil Armstrong2-12/+16
2016-01-07mdio: Abstract device_remove() and device_free()Andrew Lunn4-14/+33
2016-01-07mdio: Add support for mdio drivers.Andrew Lunn7-17/+286
2016-01-07mdio_bus: Add comment to mdiobus_scan() and __mdiobus_register()Andrew Lunn1-1/+15
2016-01-07mdio_bus: Generalise of_mdiobus_link_phydev()Andrew Lunn1-14/+15
2016-01-07phy: Move phy specific bus match into phy_deviceAndrew Lunn3-26/+41
2016-01-07phy: Centralize setting driver module ownerAndrew Lunn27-121/+12
2016-01-07phy: Move PHY PM operations into phy_deviceAndrew Lunn3-74/+121
2016-01-07dsa: Register netdev before phyAndrew Lunn1-7/+7
2016-01-07phy_device: Move phy attributes into phy_deviceAndrew Lunn2-42/+44
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn17-49/+98
2016-01-07of: phy: Only register a phy device for physAndrew Lunn1-7/+34
2016-01-07phy: Add an mdio_device structureAndrew Lunn35-151/+165
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn54-396/+48
2016-01-07phy: mdio-octeon: Use devm_mdiobus_alloc_size()Andrew Lunn1-7/+5
2016-01-07phy: Centralise print about attached phyAndrew Lunn25-82/+64
2016-01-07phy: phy_{read|write}_mmd_indirect: get addr from phydevAndrew Lunn5-37/+25
2016-01-07net: dnet: Use phy_find_first() helperAndrew Lunn1-7/+1