summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | net: phy: broadcom: Add support for BCM54612EXo Wang2016-10-262-0/+49
| * | net: phy: broadcom: Update Auxiliary Control Register macrosXo Wang2016-10-261-1/+2
|/ /
* | sch_htb: do not report fake rate estimatorsEric Dumazet2016-10-261-1/+1
* | net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov2016-10-249-4/+333
* | lwt: Remove unused len fieldThomas Graf2016-10-233-9/+3
* | net: allow to kill a task which waits net_mutex in copy_new_nsAndrey Vagin2016-10-231-1/+8
* | net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID framesShmulik Ladkani2016-10-231-4/+5
* | Merge branch 'mlxsw-cosmetics-plus-res-mgmt-rewrite'David S. Miller2016-10-2312-586/+405
|\ \
| * | mlxsw: Convert resources into arrayJiri Pirko2016-10-238-190/+223
| * | mlxsw: cmd: Push resource query defines to cmd.hJiri Pirko2016-10-232-6/+9
| * | mlxsw: reg: Generare register names automaticallyJiri Pirko2016-10-231-123/+73
| * | mlxsw: reg: Use helper macro to define registersJiri Pirko2016-10-231-240/+66
| * | mlxsw: item: Make char *buf arg constant for gettersJiri Pirko2016-10-234-19/+23