summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-29tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet4-20/+3
2016-10-29net: phy: at803x: Add a definition for PHY ID maskFabio Estevam1-6/+7
2016-10-29switchdev: Remove redundant variableIdo Schimmel1-4/+1
2016-10-29netlink: Add nla_memdup() to wrap kmemdup() use on nlattrThomas Graf4-8/+13
2016-10-29net: ip, diag: include net/inet_sock.hArnd Bergmann1-0/+1
2016-10-29driver: tun: Move tun check into the block of TUNSETIFF condition checkGao Feng1-1/+5
2016-10-29virtio-net: Update the mtu code to match virtio specAaron Conole1-2/+4
2016-10-28net caif: insert missing spaces in pr_* messages and unbreak multi-line stringsColin Ian King1-6/+3
2016-10-28Merge branch 'mlxsw-next'David S. Miller9-257/+323
2016-10-28mlxsw: switchx2: Set physical device for port netdeviceJiri Pirko1-0/+1
2016-10-28mlxsw: spectrum: Set physical device for port netdeviceJiri Pirko1-0/+1
2016-10-28mlxsw: Move PCI id table definitions into driver modulesJiri Pirko8-71/+135
2016-10-28mlxsw: pci: Rename header with HW definitionsJiri Pirko2-6/+6
2016-10-28mlxsw: spectrum: Remove extra whitespaceIdo Schimmel1-1/+1
2016-10-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-8/+0
2016-10-28net: skip genenerating uevents for network namespaces that are exitingAndrey Vagin1-3/+11
2016-10-27ethernet: fix min/max MTU typosStefan Richter2-2/+2
2016-10-27Merge branch 'genetlink-improvements'David S. Miller38-623/+617
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg35-51/+51
2016-10-27genetlink: use idr to track familiesJohannes Berg3-181/+123
2016-10-27genetlink: statically initialize familiesJohannes Berg37-337/+414
2016-10-27genetlink: no longer support using static family IDsJohannes Berg37-69/+24
2016-10-27genetlink: introduce and use genl_family_attrbuf()Johannes Berg6-35/+55
2016-10-27skbedit: allow the user to specify bitmask for markAntonio Quartulli3-3/+21
2016-10-27devlink: Prevent port_type_set() callback when it's not neededElad Raz1-0/+2
2016-10-27firewire: net: set initial MTU = 1500 unconditionally, fix IPv6 on some CardB...Stefan Richter1-7/+1
2016-10-27firewire: net: fix maximum possible MTUStefan Richter1-3/+4
2016-10-27net: netcp: add missing of_node_put() in netcp_probe()Wei Yongjun1-0/+4
2016-10-27net: ena: use setup_timer() and mod_timer()Wei Yongjun1-6/+3
2016-10-27amd-xgbe: Fix error return code in xgbe_probe()Wei Yongjun1-0/+1
2016-10-27net: ns83820: use dev_kfree_skb_irq instead of kfree_skbWei Yongjun1-1/+1
2016-10-27net: eth: altera: Fix error return code in altera_tse_probe()Wei Yongjun1-0/+2
2016-10-27net: dsa: mv88e6xxx: use setup_timer to simplify the codeWei Yongjun1-3/+2
2016-10-27net: netcp: drop kfree for memory allocated with devm_kzallocWei Yongjun1-2/+0
2016-10-27batman-adv: Revert "use core MTU range checking in misc drivers"Sven Eckelmann1-1/+12
2016-10-27Merge branch 'BCM54612E'David S. Miller2-1/+51
2016-10-27net: phy: broadcom: Add support for BCM54612EXo Wang2-0/+49
2016-10-27net: phy: broadcom: Update Auxiliary Control Register macrosXo Wang1-1/+2
2016-10-27sch_htb: do not report fake rate estimatorsEric Dumazet1-1/+1
2016-10-24net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov9-4/+333
2016-10-24lwt: Remove unused len fieldThomas Graf3-9/+3
2016-10-24net: allow to kill a task which waits net_mutex in copy_new_nsAndrey Vagin1-1/+8
2016-10-24net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID framesShmulik Ladkani1-4/+5
2016-10-24Merge branch 'mlxsw-cosmetics-plus-res-mgmt-rewrite'David S. Miller12-586/+405
2016-10-24mlxsw: Convert resources into arrayJiri Pirko8-190/+223
2016-10-24mlxsw: cmd: Push resource query defines to cmd.hJiri Pirko2-6/+9
2016-10-24mlxsw: reg: Generare register names automaticallyJiri Pirko1-123/+73
2016-10-24mlxsw: reg: Use helper macro to define registersJiri Pirko1-240/+66
2016-10-24mlxsw: item: Make char *buf arg constant for gettersJiri Pirko4-19/+23
2016-10-24mlxsw: item: Make struct mlxsw_item args constJiri Pirko1-12/+15