summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | i40e: Make struct i40e_stats constJoe Perches2016-10-291-1/+1
| * | i40e/i40evf: Changed version from 1.6.16 to 1.6.19Bimmy Pujari2016-10-292-2/+2
| * | i40e/i40evf: fix interrupt affinity bugAlan Brady2016-10-296-48/+159
| * | i40e: group base mode VF offload flagsPreethi Banala2016-10-292-0/+8
| * | i40e: reopen client after resetMitch Williams2016-10-292-32/+17
| * | i40e: Drop code for unsupported flow typesAlexander Duyck2016-10-291-26/+5
| * | i40e: Remove unused function i40e_vsi_lookupAlexander Duyck2016-10-292-33/+0
| * | i40e: Bit test mask correctionFilip Sadowski2016-10-291-1/+1
| * | i40e: Rewrite Flow Director busy wait loopAlexander Duyck2016-10-291-9/+4
| * | i40e: Fix client interactionCarolyn Wyborny2016-10-291-16/+13
* | | bpf: Print function name in addition to function idThomas Graf2016-10-292-293/+316
* | | net: dev: Fix non-RCU based lower dev walkerDavid Ahern2016-10-291-2/+2
* | | flow_dissector: __skb_get_hash_symmetric arg can be constFlorian Westphal2016-10-292-2/+2
* | | tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet2016-10-294-20/+3
* | | net: phy: at803x: Add a definition for PHY ID maskFabio Estevam2016-10-291-6/+7
* | | switchdev: Remove redundant variableIdo Schimmel2016-10-291-4/+1
* | | netlink: Add nla_memdup() to wrap kmemdup() use on nlattrThomas Graf2016-10-294-8/+13
* | | net: ip, diag: include net/inet_sock.hArnd Bergmann2016-10-291-0/+1
* | | driver: tun: Move tun check into the block of TUNSETIFF condition checkGao Feng2016-10-291-1/+5
* | | virtio-net: Update the mtu code to match virtio specAaron Conole2016-10-291-2/+4
|/ /
* | net caif: insert missing spaces in pr_* messages and unbreak multi-line stringsColin Ian King2016-10-281-6/+3
* | Merge branch 'mlxsw-next'David S. Miller2016-10-289-257/+323
|\ \
| * | mlxsw: switchx2: Set physical device for port netdeviceJiri Pirko2016-10-281-0/+1
| * | mlxsw: spectrum: Set physical device for port netdeviceJiri Pirko2016-10-281-0/+1
| * | mlxsw: Move PCI id table definitions into driver modulesJiri Pirko2016-10-288-71/+135
| * | mlxsw: pci: Rename header with HW definitionsJiri Pirko2016-10-282-6/+6
| * | mlxsw: spectrum: Remove extra whitespaceIdo Schimmel2016-10-281-1/+1
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-10-281-8/+0
|\ \
| * | xfrm: remove unused helperFlorian Westphal2016-09-301-8/+0
* | | net: skip genenerating uevents for network namespaces that are exitingAndrey Vagin2016-10-271-3/+11
* | | ethernet: fix min/max MTU typosStefan Richter2016-10-272-2/+2
* | | Merge branch 'genetlink-improvements'David S. Miller2016-10-2738-623/+617
|\ \ \
| * | | genetlink: mark families as __ro_after_initJohannes Berg2016-10-2735-51/+51
| * | | genetlink: use idr to track familiesJohannes Berg2016-10-273-181/+123
| * | | genetlink: statically initialize familiesJohannes Berg2016-10-2737-337/+414
| * | | genetlink: no longer support using static family IDsJohannes Berg2016-10-2737-69/+24
| * | | genetlink: introduce and use genl_family_attrbuf()Johannes Berg2016-10-276-35/+55
|/ / /
* | | skbedit: allow the user to specify bitmask for markAntonio Quartulli2016-10-273-3/+21
* | | devlink: Prevent port_type_set() callback when it's not neededElad Raz2016-10-261-0/+2
* | | firewire: net: set initial MTU = 1500 unconditionally, fix IPv6 on some CardB...Stefan Richter2016-10-261-7/+1
* | | firewire: net: fix maximum possible MTUStefan Richter2016-10-261-3/+4
* | | net: netcp: add missing of_node_put() in netcp_probe()Wei Yongjun2016-10-261-0/+4
* | | net: ena: use setup_timer() and mod_timer()Wei Yongjun2016-10-261-6/+3
* | | amd-xgbe: Fix error return code in xgbe_probe()Wei Yongjun2016-10-261-0/+1
* | | net: ns83820: use dev_kfree_skb_irq instead of kfree_skbWei Yongjun2016-10-261-1/+1
* | | net: eth: altera: Fix error return code in altera_tse_probe()Wei Yongjun2016-10-261-0/+2
* | | net: dsa: mv88e6xxx: use setup_timer to simplify the codeWei Yongjun2016-10-261-3/+2
* | | net: netcp: drop kfree for memory allocated with devm_kzallocWei Yongjun2016-10-261-2/+0
* | | batman-adv: Revert "use core MTU range checking in misc drivers"Sven Eckelmann2016-10-261-1/+12
* | | Merge branch 'BCM54612E'David S. Miller2016-10-262-1/+51
|\ \ \