summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-12-0112-38/+69
|\
| * netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia2016-11-301-2/+2
| * netfilter: ipv6: nf_defrag: drop mangled skb on ream errorFlorian Westphal2016-11-292-3/+3
| * netfilter: nat: fix crash when conntrack entry is re-usedFlorian Westphal2016-11-241-3/+3
| * netfilter: nft_range: add the missing NULL pointer checkLiping Zhang2016-11-241-0/+6
| * netfilter: nf_tables: fix inconsistent element expiration calculationAnders K. Pedersen2016-11-242-6/+10
| * netfilter: nat: switch to new rhlist interfaceFlorian Westphal2016-11-242-17/+25
| * netfilter: nat: fix cmp return valueFlorian Westphal2016-11-241-3/+6
| * netfilter: nft_hash: validate maximum value of u32 netlink hash attributeLaura Garcia Liebana2016-11-241-2/+5
| * netfilter: fix nf_conntrack_helper documentationFlorian Westphal2016-11-241-2/+5
| * netfilter: Update nf_send_reset6 to consider L3 domainDavid Ahern2016-11-241-0/+1
| * netfilter: Update ip_route_me_harder to consider L3 domainDavid Ahern2016-11-241-1/+4
* | macvtap: handle ubuf refcount correctly when meet errorsJason Wang2016-11-301-6/+5
* | tun: handle ubuf refcount correctly when meet errorsJason Wang2016-11-301-6/+4
* | net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during resumeGrygorii Strashko2016-11-301-0/+4
* | bpf: fix states equal logic for varlen accessJosef Bacik2016-11-301-2/+8
* | Merge tag 'wireless-drivers-for-davem-2016-11-29' of git://git.kernel.org/pub...David S. Miller2016-11-301-6/+7
|\ \
| * | 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