summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mwifiex: printk() overflow with 32-byte SSIDsBrian Norris2016-11-171-6/+7
* | | | Merge branch 'l2tp-fixes'David S. Miller2016-11-304-67/+81
|\ \ \ \
| * | | | l2tp: fix address test in __l2tp_ip6_bind_lookup()Guillaume Nault2016-11-301-1/+1
| * | | | l2tp: fix lookup for sockets not bound to a device in l2tp_ipGuillaume Nault2016-11-302-5/+8
| * | | | l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind()Guillaume Nault2016-11-302-38/+32
| * | | | l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv()Guillaume Nault2016-11-302-10/+12
| * | | | l2tp: lock socket before checking flags in connect()Guillaume Nault2016-11-304-13/+28
|/ / / /
* | | | cxgb4: Add PCI device ID for new adapterHariprasad Shenai2016-11-301-0/+1
* | | | net: fec: cache statistics while device is downNikita Yushchenko2016-11-302-4/+21
* | | | vxlan: fix a potential issue when create a new vxlan fdb entry.Haishuang Yan2016-11-301-3/+7
* | | | openvswitch: Fix skb leak in IPv6 reassembly.Daniele Di Proietto2016-11-301-1/+4
| |_|/ |/| |
* | | Merge branch 'fixed-phy-phydev-leaks'David S. Miller2016-11-2918-54/+152
|\ \ \
| * | | net: dsa: slave: fix fixed-link phydev leaksJohan Hovold2016-11-291-1/+11
| * | | net: ethernet: ti: davinci_emac: fix fixed-link phydev and of-node leaksJohan Hovold2016-11-291-1/+9
| * | | net: ethernet: dwc_eth_qos: fix fixed-link phydev leaksJohan Hovold2016-11-291-7/+13
| * | | net: ethernet: renesas: ravb: fix fixed-link phydev leaksJohan Hovold2016-11-291-3/+14
| * | | net: ethernet: mediatek: fix fixed-link phydev leaksJohan Hovold2016-11-291-0/+4
| * | | net: ethernet: marvell: mvneta: fix fixed-link phydev leaksJohan Hovold2016-11-291-0/+5
| * | | net: ethernet: ucc_geth: fix fixed-link phydev leaksJohan Hovold2016-11-291-7/+16
| * | | net: ethernet: gianfar: fix fixed-link phydev leaksJohan Hovold2016-11-291-0/+8
| * | | net: ethernet: fs_enet: fix fixed-link phydev leaksJohan Hovold2016-11-291-1/+6
| * | | net: ethernet: fec: fix fixed-link phydev leaksJohan Hovold2016-11-291-0/+5
| * | | net: ethernet: bcmgenet: fix fixed-link phydev leaksJohan Hovold2016-11-291-0/+6
| * | | net: ethernet: bcmsysport: fix fixed-link phydev leaksJohan Hovold2016-11-291-5/+12
| * | | net: ethernet: aurora: nb8800: fix fixed-link phydev leaksJohan Hovold2016-11-291-2/+7
| * | | net: ethernet: altera: fix fixed-link phydev leaksJohan Hovold2016-11-291-1/+8
| * | | of_mdio: add helper to deregister fixed-link PHYsJohan Hovold2016-11-294-24/+23
| * | | net: dsa: slave: fix of-node leak and phy priorityJohan Hovold2016-11-291-2/+5
|/ / /
* | | GSO: Reload iph after pskb_may_pullArnaldo Carvalho de Melo2016-11-291-1/+1
* | | sched: cls_flower: remove from hashtable only in case skip sw flag is not setJiri Pirko2016-11-291-4/+6
* | | net/dccp: fix use-after-free in dccp_invalid_packetEric Dumazet2016-11-291-5/+7
* | | net: macb: ensure ordering write to re-enable RX smoothlyZumeng Chen2016-11-291-0/+2
* | | net: macb: fix the RX queue reset in macb_rx()Cyrille Pitchen2016-11-291-2/+1
* | | netlink: Call cb->done from a worker threadHerbert Xu2016-11-292-4/+25
* | | net/sched: pedit: make sure that offset is validAmir Vadai2016-11-291-4/+20
* | | bpf/samples: Fix PT_REGS_IP on s390x and use itMichael Holzheu2016-11-283-3/+3
* | | net: dsa: fix unbalanced dsa_switch_tree reference countingNikita Yushchenko2016-11-281-1/+3
* | | net: handle no dst on skb in icmp6_sendDavid Ahern2016-11-281-2/+4
* | | Merge branch 'mlx4-fixes'David S. Miller2016-11-284-21/+9
|\ \ \
| * | | net/mlx4: Fix uninitialized fields in rule when adding promiscuous mode to de...Jack Morgenstein2016-11-281-1/+6
| * | | Revert "net/mlx4_en: Avoid unregister_netdev at shutdown flow"Tariq Toukan2016-11-283-20/+3
|/ / /
* | | net/sched: Export tc_tunnel_key so its UAPI accessibleRoi Dayan2016-11-281-0/+1
* | | amd-xgbe: Fix unused suspend handlers build warningBorislav Petkov2016-11-281-2/+2
* | | tcp: Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is setJulian Wollrath2016-11-281-0/+1
* | | Merge branch 'fix-RTL8211F-TX-delay-handling'David S. Miller2016-11-282-12/+32
|\ \ \
| * | | net: phy: realtek: fix enabling of the TX-delay for RTL8211FMartin Blumenstingl2016-11-281-8/+12
| * | | Documentation: devicetree: clarify usage of the RGMII phy-modesMartin Blumenstingl2016-11-281-4/+20
|/ / /
* | | net, sched: respect rcu grace period on cls destructionDaniel Borkmann2016-11-288-21/+31
* | | tipc: fix link statistics counter errorsJon Paul Maloy2016-11-271-16/+19
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-11-273-8/+39
|\ \ \