summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dccp: do not send reset to already closed socketsEric Dumazet2016-11-031-0/+4
* dccp: do not release listeners too soonEric Dumazet2016-11-034-6/+8
* tcp: fix return value for partial writesEric Dumazet2016-11-031-1/+1
* ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson2016-11-035-19/+5
* net: tcp: check skb is non-NULL for exact match on lookupsDavid Ahern2016-11-032-2/+2
* tcp: fix potential memory corruptionEric Dumazet2016-11-031-1/+1
* qede: Correctly map aggregation replacement pagesMintz, Yuval2016-11-031-1/+1
* cxgb4: correct device ID of T6 adapterHariprasad Shenai2016-11-031-1/+1
* inet: fix sleeping inside inet_wait_for_connect()WANG Cong2016-11-031-5/+4
* xen-netfront: cast grant table reference first to type intDongli Zhang2016-11-021-2/+2
* ip6_udp_tunnel: remove unused IPCB related codesEli Cooper2016-11-021-3/+0
* ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper2016-11-021-0/+1
* MAINTAINERS: Update MELLANOX MLX5 core VPI driver maintainersSaeed Mahameed2016-11-021-0/+1
* net: mv643xx_eth: ensure coalesce settings survive read-modify-writeRussell King2016-11-011-0/+2
* net/mlx5: Simplify a testChristophe Jaillet2016-11-011-1/+1
* unix: escape all null bytes in abstract unix domain socketIsaac Boukris2016-11-011-1/+2
* net: qcom/emac: use correct value for SGMII_LN_UCDR_SO_GAIN_MODE0Timur Tabi2016-11-011-1/+1
* Merge branch 'xgene-coalescing-bugs'David S. Miller2016-11-014-18/+11
|\
| * drivers: net: xgene: fix: Coalescing values for v2 hardwareIyappan Subramanian2016-11-012-5/+9
| * drivers: net: xgene: fix: Disable coalescing on v1 hardwareIyappan Subramanian2016-11-012-13/+2
|/
* Merge tag 'linux-can-fixes-for-4.9-20161031' of git://git.kernel.org/pub/scm/...David S. Miller2016-10-312-9/+41
|\
| * can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp2016-10-311-9/+23
| * can: sja1000: plx_pci: Add support for Moxa CAN devicesLukas Resch2016-10-311-0/+18
* | bgmac: stop clearing DMA receive control register right after it is setAndy Gospodarek2016-10-311-1/+4
* | Merge branch 'sctp-hold-transport-fixes'David S. Miller2016-10-314-24/+20
|\ \
| * | sctp: hold transport instead of assoc when lookup assoc in rx pathXin Long2016-10-313-18/+18
| * | sctp: return back transport in __sctp_rcv_init_lookupXin Long2016-10-311-2/+1
| * | sctp: hold transport instead of assoc in sctp_diagXin Long2016-10-311-4/+1
|/ /
* | xen-netfront: do not cast grant table reference to signed shortDongli Zhang2016-10-311-2/+2
* | Merge tag 'wireless-drivers-for-davem-2016-10-30' of git://git.kernel.org/pub...David S. Miller2016-10-3110-54/+129
|\ \ | |/ |/|
| * brcmfmac: avoid maybe-uninitialized warning in brcmf_cfg80211_start_apArnd Bergmann2016-10-271-1/+1
| * Merge tag 'iwlwifi-for-kalle-2015-10-25' of git://git.kernel.org/pub/scm/linu...Kalle Valo2016-10-279-53/+128
| |\
| | * iwlwifi: mvm: fix netdetect starting/stopping for unified imagesLuca Coelho2016-10-192-6/+46
| | * iwlwifi: pcie: fix SPLC structure parsingLuca Coelho2016-10-191-31/+48
| | * iwlwifi: mvm: wake the wait queue when the RX sync counter is zeroSara Sharon2016-10-194-3/+5
| | * iwlwifi: mvm: comply with fw_restart mod param on suspendHaim Dreyfuss2016-10-191-1/+4
| | * iwlwifi: mvm: fix d3_test with unified D0/D3 imagesLuca Coelho2016-10-191-10/+15
| | * iwlwifi: mvm: use ssize_t for len in iwl_debugfs_mem_read()Luca Coelho2016-10-191-2/+2
| | * iwlwifi: pcie: mark command queue lock with separate lockdep classJohannes Berg2016-10-191-0/+8
* | | mlxsw: spectrum: Fix incorrect reuse of MID entriesIdo Schimmel2016-10-312-8/+8
* | | qede: Fix statistics' strings for Tx/Rx queuesMintz, Yuval2016-10-311-9/+16
* | | net: mangle zero checksum in skb_checksum_help()Eric Dumazet2016-10-311-1/+1
* | | net: clear sk_err_soft in sk_clone_lock()Eric Dumazet2016-10-311-0/+1
* | | dctcp: avoid bogus doubling of cwnd after lossFlorian Westphal2016-10-311-1/+12
* | | ipv6: add mtu lock check in __ip6_rt_update_pmtuXin Long2016-10-311-0/+3
* | | ipv6: Don't use ufo handling on later transformed packetsJakub Sitnicki2016-10-311-1/+1
* | | r8152: Fix broken RX checksums.Mark Lord2016-10-301-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-29240-1387/+1988
|\ \ \
| * | | geneve: avoid using stale geneve socket.pravin shelar2016-10-291-11/+34
| * | | vxlan: avoid using stale vxlan socket.pravin shelar2016-10-292-32/+52