summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | net: ethernet: altera: TSE: Remove unneeded dma sync for tx buffersLino Sanfilippo2016-12-021-10/+0
| * | | | | | | | Merge branch 'stmmac-probe-error-handling-and-phydev-leaks'David S. Miller2016-12-0213-63/+215
| |\ \ \ \ \ \ \ \
| | * | | | | | | | net: ethernet: stmmac: fix of-node and fixed-link-phydev leaksJohan Hovold2016-12-0213-49/+156
| | * | | | | | | | net: ethernet: stmmac: platform: fix outdated function headerJohan Hovold2016-12-021-1/+0
| | * | | | | | | | net: ethernet: stmmac: dwmac-meson8b: fix probe error pathJohan Hovold2016-12-021-1/+10
| | * | | | | | | | net: ethernet: stmmac: dwmac-generic: fix probe error pathJohan Hovold2016-12-021-1/+11
| | * | | | | | | | net: ethernet: stmmac: dwmac-rk: fix probe error pathJohan Hovold2016-12-021-1/+10
| | * | | | | | | | net: ethernet: stmmac: dwmac-sti: fix probe error pathJohan Hovold2016-12-021-1/+10
| | * | | | | | | | net: ethernet: stmmac: dwmac-socfpga: fix use-after-free on probe errorsJohan Hovold2016-12-021-10/+19
| |/ / / / / / / /
| * | | | | | | | net/rtnetlink: fix attribute name in nlmsg_size() commentsTobias Klauser2016-12-021-2/+2
| * | | | | | | | ixgbe/ixgbevf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck2016-12-012-4/+12
| * | | | | | | | igb/igbvf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck2016-12-012-4/+12
| * | | | | | | | net: asix: Fix AX88772_suspend() USB vendor commands failure issuesallan2016-12-011-3/+3
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-12-013-3/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | esp6: Fix integrity verification when ESN are usedTobias Brunner2016-11-301-1/+1
| | * | | | | | | | esp4: Fix integrity verification when ESN are usedTobias Brunner2016-11-301-1/+1
| | * | | | | | | | xfrm_user: fix return value from xfrm_user_rcv_msgYi Zhao2016-11-301-1/+1
| * | | | | | | | | 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