summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* inet_diag: allow protocols to provide additional dataIvan Delalande2017-09-022-4/+25
* ipv6: sr: Use ARRAY_SIZE macroThomas Meyer2017-09-021-3/+4
* net: qualcomm: rmnet: remove unused variable privColin Ian King2017-09-021-3/+0
* net: phy: bcm7xxx: make array bcm7xxx_suspend_cfg static, reduces object code...Colin Ian King2017-09-021-1/+1
* fsl/fman: make arrays port_ids static, reduces object code sizeColin Ian King2017-09-021-4/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-02359-1658/+2437
|\
| * 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-311-3/+0
| | * Merge tag 'mlx5-fixes-2017-08-30' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-08-3111-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-313-4/+9
| | * | kcm: do not attach PF_KCM sockets to avoid deadlockEric Dumazet2017-08-311-0/+4
| | * | Merge branch 'net-sched-init-failure-fixes'David S. Miller2017-08-319-28/+26
| | |\ \
| | | * | sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov2017-08-311-2/+3
| | | * | sch_sfq: fix null pointer dereference on init failureNikolay Aleksandrov2017-08-311-3/+3
| | | * | sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov2017-08-311-2/+2
| | | * | sch_fq_codel: avoid double free on init failureNikolay Aleksandrov2017-08-311-3/+1
| | | * | sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov2017-08-311-3/+7
| | | * | sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov2017-08-311-7/+3
| | | * | sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov2017-08-311-0/+3
| | | * | sch_multiq: fix double free on init failureNikolay Aleksandrov2017-08-311-6/+1
| | | * | sch_htb: fix crash on init failureNikolay Aleksandrov2017-08-311-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-301-14/+13
| | * nfp: double free on error in probeDan Carpenter2017-08-301-3/+1
| | * Merge branch 'aquantia-fixes'David S. Miller2017-08-309-65/+68
| | |\
| | | * net:ethernet:aquantia: Show info message if bad firmware version detected.Pavel Belous2017-08-301-0/+6
| | | * net:ethernet:aquantia: Fix for multicast filter handling.Igor Russkikh2017-08-301-1/+16
| | | * net:ethernet:aquantia: Fix for incorrect speed index.Pavel Belous2017-08-304-23/+18
| | | * net:ethernet:aquantia: Workaround for HW checksum bug.Pavel Belous2017-08-302-0/+12
| | | * net:ethernet:aquantia: Fix for number of RSS queues.Pavel Belous2017-08-301-0/+2
| | | * net:ethernet:aquantia: Extra spinlocks removed.Pavel Belous2017-08-304-41/+14
| | |/
| | * packet: Don't write vnet header beyond end of bufferBenjamin Poirier2017-08-301-3/+9
| | * tipc: permit bond slave as bearerParthasarathy Bhuvaragan2017-08-302-15/+13
| | * ipv6: do not set sk_destruct in IPV6_ADDRFORM sockoptXin Long2017-08-291-1/+0