summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()Oleg Nesterov2017-09-011-16/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-01119-559/+816
|\
| * udp: fix secpath leakYossi Kuperman2017-09-011-1/+1
| * bridge: switchdev: Clear forward mark when transmitting packetIdo Schimmel2017-09-011-0/+3
| * mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel2017-09-013-1/+10
| * wl1251: add a missing spin_lock_init()Cong Wang2017-08-311-0/+1
| * Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"Florian Fainelli2017-08-301-3/+0
| * Merge tag 'mlx5-fixes-2017-08-30' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-08-3011-39/+44
| |\
| | * net/mlx5e: Fix CQ moderation mode not set properlyTal Gilboa2017-08-301-0/+1
| | * net/mlx5e: Fix inline header size for small packetsMoshe Shemesh2017-08-301-7/+10
| | * net/mlx5: E-Switch, Unload the representors in the correct orderShahar Klein2017-08-301-1/+1
| | * net/mlx5e: Properly resolve TC offloaded ipv6 vxlan tunnel source addressPaul Blakey2017-08-301-5/+3
| | * net/mlx5e: Don't override user RSS upon set channelsInbar Karmy2017-08-301-2/+4
| | * net/mlx5e: Fix dangling page pointer on DMA mapping errorEran Ben Elisha2017-08-301-1/+1
| | * net/mlx5: Remove the flag MLX5_INTERFACE_STATE_SHUTDOWNHuy Nguyen2017-08-302-3/+0
| | * net/mlx5: Skip mlx5_unload_one if mlx5_load_one failsHuy Nguyen2017-08-302-6/+3
| | * net/mlx5: Fix arm SRQ command for ISSI version 0Noa Osherovich2017-08-301-6/+6
| | * net/mlx5e: Fix DCB_CAP_ATTR_DCBX capability for DCBNL getcap.Huy Nguyen2017-08-302-9/+13
| | * net/mlx5e: Check for qos capability in dcbnl_initializeHuy Nguyen2017-08-301-0/+3
| * | net: dsa: bcm_sf2: Fix number of CFP entries for BCM7278Florian Fainelli2017-08-303-4/+9
| * | kcm: do not attach PF_KCM sockets to avoid deadlockEric Dumazet2017-08-301-0/+4
| * | Merge branch 'net-sched-init-failure-fixes'David S. Miller2017-08-309-28/+26
| |\ \
| | * | sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov2017-08-301-2/+3
| | * | sch_sfq: fix null pointer dereference on init failureNikolay Aleksandrov2017-08-301-3/+3
| | * | sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov2017-08-301-2/+2
| | * | sch_fq_codel: avoid double free on init failureNikolay Aleksandrov2017-08-301-3/+1
| | * | sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov2017-08-301-3/+7
| | * | sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov2017-08-301-7/+3
| | * | sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov2017-08-301-0/+3
| | * | sch_multiq: fix double free on init failureNikolay Aleksandrov2017-08-301-6/+1
| | * | sch_htb: fix crash on init failureNikolay Aleksandrov2017-08-301-2/+3
| |/ /
| * / net: ti: cpsw-common: dont print error if ti_cm_get_macid() failsSekhar Nori2017-08-301-1/+1
| |/
| * drivers: net: xgene: Correct probe sequence handlingQuan Nguyen2017-08-291-14/+13
| * nfp: double free on error in probeDan Carpenter2017-08-291-3/+1
| * Merge branch 'aquantia-fixes'David S. Miller2017-08-299-65/+68
| |\
| | * net:ethernet:aquantia: Show info message if bad firmware version detected.Pavel Belous2017-08-291-0/+6
| | * net:ethernet:aquantia: Fix for multicast filter handling.Igor Russkikh2017-08-291-1/+16
| | * net:ethernet:aquantia: Fix for incorrect speed index.Pavel Belous2017-08-294-23/+18
| | * net:ethernet:aquantia: Workaround for HW checksum bug.Pavel Belous2017-08-292-0/+12
| | * net:ethernet:aquantia: Fix for number of RSS queues.Pavel Belous2017-08-291-0/+2
| | * net:ethernet:aquantia: Extra spinlocks removed.Pavel Belous2017-08-294-41/+14
| |/
| * packet: Don't write vnet header beyond end of bufferBenjamin Poirier2017-08-291-3/+9
| * tipc: permit bond slave as bearerParthasarathy Bhuvaragan2017-08-292-15/+13
| * ipv6: do not set sk_destruct in IPV6_ADDRFORM sockoptXin Long2017-08-291-1/+0
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-08-294-8/+13
| |\
| | * xfrm_user: fix info leak in build_aevent()Mathias Krause2017-08-281-0/+1
| | * xfrm_user: fix info leak in build_expire()Mathias Krause2017-08-281-0/+2
| | * xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause2017-08-281-0/+1
| | * xfrm_user: fix info leak in copy_user_offload()Mathias Krause2017-08-281-1/+1
| | * esp: Fix skb tailroom calculationSteffen Klassert2017-08-252-2/+2