deliverable/linux.git
2016-01-09  Sven Eckelmannbatman-adv: Fix kernel-doc parsing of main structs
2016-01-09  Sven Eckelmannbatman-adv: Change ifconfig examples to iproute2
2016-01-09  Markus Elfringbatman-adv: Split a condition check
2016-01-09  Markus Elfringbatman-adv: Delete an unnecessary check before the...
2016-01-09  Markus Elfringbatman-adv: Less checks in batadv_tvlv_unicast_send()
2016-01-09  Markus Elfringbatman-adv: Delete unnecessary checks before the functi...
2016-01-09  Sven Eckelmannbatman-adv: Add function to convert string to batadv...
2016-01-09  Simon Wunderlichbatman-adv: only call post function if something changed
2016-01-09  Simon Wunderlichbatman-adv: increase BLA wait periods to 6
2016-01-09  Simon Wunderlichbatman-adv: purge bridge loop avoidance when its disabled
2016-01-09  Marek Lindnerbatman-adv: remove leftovers of unused BATADV_PRIMARIES...
2016-01-09  Sven Eckelmannbatman-adv: Fix lockdep annotation of batadv_tlv_contai...
2016-01-09  Simon Wunderlichbatman-adv: Start new development cycle
2016-01-09  David S. MillerMerge branch 'r8152-adjustments'
2016-01-09  hayeswangr8152: adjust ALDPS function
2016-01-09  hayeswangr8152: use test_and_clear_bit
2016-01-09  Daniel Borkmannbpf: cleanup bpf_prog_run_{save,clear}_cb helpers
2016-01-09  David S. MillerMerge branch 'net-sparse-warnings'
2016-01-09  Lance Richardsonipv4: eliminate lock count warnings in ping.c
2016-01-09  Lance Richardsonipv4: eliminate endianness warnings in ip_fib.h
2016-01-09  Lance Richardsonipv4: fix endianness warnings in ip_tunnel_core.c
2016-01-09  David S. MillerMerge git://git./linux/kernel/git/pablo/nf-next
2016-01-08  David S. MillerMerge branch '10GbE' of git://git./linux/kernel/git...
2016-01-08  David S. MillerMerge branch 'for-upstream' of git://git./linux/kernel...
2016-01-08  David S. MillerMerge branch '40GbE' of git://git./linux/kernel/git...
2016-01-08  Florian Westphalnetfilter: nft_ct: add byte/packet counter support
2016-01-08  Florian Westphalnetfilter: nft_byteorder: provide 64bit le/be conversion
2016-01-08  Carlos Falgueras... netfilter: nf_tables: Add new attributes into nft_set...
2016-01-08  Ken-ichirou... netfilter: nfnetlink_log: just returns error for unknow...
2016-01-08  Ken-ichirou... netfilter: nfnetlink_queue: autoload nf_conntrack_netli...
2016-01-08  Ken-ichirou... netfilter: nfnetlink_queue: just returns error for...
2016-01-08  Ken-ichirou... netfilter: nfnetlink_queue: don't handle options after...
2016-01-08  Ken-ichirou... netfilter: nfnetlink_queue: validate dependencies to...
2016-01-08  Mark Rustadixgbe: Make ATR recognize IPv6 extended headers
2016-01-08  Neerav Parikhixgbe: Fix MDD events generated when FCoE+SRIOV are...
2016-01-08  Usha Ketineniixgbe: Fix to get FDMI HBA attributes information with...
2016-01-08  Mark Rustadixgbe: Correct handling of any outer UDP checksum setting
2016-01-08  Emil Tantilovixgbe: do not call check_link for ethtool in ixgbe_get_...
2016-01-08  Vasu Devixgbe: fix broken PFC with X550
2016-01-08  Vasu Devixgbe: use correct FCoE DDP max check
2016-01-08  Vasu Devixgbe: Fill at least min credits to a TC credit refills
2016-01-08  Jesse Brandeburgi40e: remove forever unused ID
2016-01-08  Anjali Singhai... i40e: Fix Rx hash reported to the stack by our driver
2016-01-08  Sowmini Varadhani40e: Look up MAC address in Open Firmware or IDPROM
2016-01-08  Mitch Williamsi40e: allow zero MAC address for VFs
2016-01-08  Mitch Williamsi40e: change log messages and error returns
2016-01-07  David S. MillerMerge branch 'macb-usrio-cap'
2016-01-07  Neil Armstrongdt-bindings: net: macb: Add NP4 macb variant
2016-01-07  Neil Armstrongnet: macb: Add NP4 macb config using USRIO_DISABLED
2016-01-07  Neil Armstrongnet: ethernet: cadence-macb: Add disabled usrio caps
2016-01-07  David S. MillerMerge branch 'mdio-devices'
2016-01-07  Andrew Lunnmdio: Abstract device_remove() and device_free()
2016-01-07  Andrew Lunnmdio: Add support for mdio drivers.
2016-01-07  Andrew Lunnmdio_bus: Add comment to mdiobus_scan() and __mdiobus_r...
2016-01-07  Andrew Lunnmdio_bus: Generalise of_mdiobus_link_phydev()
2016-01-07  Andrew Lunnphy: Move phy specific bus match into phy_device
2016-01-07  Andrew Lunnphy: Centralize setting driver module owner
2016-01-07  Andrew Lunnphy: Move PHY PM operations into phy_device
2016-01-07  Andrew Lunndsa: Register netdev before phy
2016-01-07  Andrew Lunnphy_device: Move phy attributes into phy_device
2016-01-07  Andrew Lunnphy: Add API for {un}registering an mdio device to...
2016-01-07  Andrew Lunnof: phy: Only register a phy device for phys
2016-01-07  Andrew Lunnphy: Add an mdio_device structure
2016-01-07  Andrew Lunnmdio: Move allocation of interrupts into core
2016-01-07  Andrew Lunnphy: mdio-octeon: Use devm_mdiobus_alloc_size()
2016-01-07  Andrew Lunnphy: Centralise print about attached phy
2016-01-07  Andrew Lunnphy: phy_{read|write}_mmd_indirect: get addr from phydev
2016-01-07  Andrew Lunnnet: dnet: Use phy_find_first() helper
2016-01-07  Andrew Lunnphy: add phydev_name() wrapper
2016-01-07  Andrew Lunnphy: Add phydev_err() and phydev_dbg() macros
2016-01-07  Andrew Lunnphy: Use phy_read() instead of mdiobus_read()
2016-01-07  Andrew Lunnmdio: Move mdiobus_read/write operatings into mdio.h
2016-01-07  Andrew Lunnphy: Consistently use addr for address on an MII bus
2016-01-07  David S. MillerMerge git://git./linux/kernel/git/davem/net
2016-01-07  Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2016-01-06  Yuchung Chengtcp: fix zero cwnd in tcp_cwnd_reduction
2016-01-06  David S. Millernet: Add eth_platform_get_mac_address() helper.
2016-01-06  Shrikrishna... Driver: Vmxnet3: Fix regression caused by 5738a09
2016-01-06  Eric Dumazetnet: move ndo_features_check() close to ndo_start_xmit()
2016-01-06  Kristian Evensennet: qmi_wwan: Add WeTelecom-WPD600N
2016-01-06  Dan Carpenterfsl/fman: double free on probe failure
2016-01-06  Dan Carpenterfsl/fman: fix the pause_time test
2016-01-06  Dan Carpentermlxsw: core: remove an unnecessary condition
2016-01-06  Alanmkiss: fix scribble on freed memory
2016-01-06  Jarod Wilsonethernet/atheros/alx: sanitize buffer sizing and padding
2016-01-06  Francesco Ruggerinet: possible use after free in dst_release
2016-01-06  David S. MillerMerge branch 'mlxsw-vlan_filtering-offload'
2016-01-06  Elad Razmlxsw: Remember untagged VLANs
2016-01-06  Elad Razmlxsw: Disable vlan_filtering for non .1D bridge
2016-01-06  Elad Razmlxsw: Renaming local variable names for consistency
2016-01-06  Elad Razmlxsw: Fixing vlans init range
2016-01-06  Elad Razbridge: add vlan filtering change for new bridged device
2016-01-06  Elad Razbridge: add vlan filtering change notification
2016-01-06  Elad Razswitchdev: add bridge vlan_filtering attribute
2016-01-06  Elad Razbridge: Propagate vlan add failure to user
2016-01-06  Chin-Ran LoBluetooth: btmrvl: don't send data to firmware while...
2016-01-06  Chin-Ran LoBluetooth: btmrvl: max out host sleep parameter 'gap'
2016-01-06  Johannes BergBluetooth: avoid rebuilding hci_sock all the time
2016-01-06  John Fastabendnet: sched: fix missing free per cpu on qstats
2016-01-06  Rabin VincentARM: net: bpf: fix zero right shift
next
This page took 0.045546 seconds and 5 git commands to generate.