summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell2017-08-042-18/+16
* tcp: enable xmit timer fix by having TLP use time when RTO should fireNeal Cardwell2017-08-041-9/+5
* tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell2017-08-042-4/+11
* ipv6: set rt6i_protocol properly in the route when it is installedXin Long2017-08-041-8/+3
* net: fix keepalive code vs TCP_FASTOPEN_CONNECTEric Dumazet2017-08-031-1/+2
* Merge tag 'batadv-net-for-davem-20170802' of git://git.open-mesh.org/linux-mergeDavid S. Miller2017-08-032-9/+53
|\
| * batman-adv: fix TT sync flag inconsistenciesLinus Lüssing2017-07-312-9/+53
* | tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng2017-08-021-2/+2
* | ibmvnic: Initialize SCRQ's during login renegotiationThomas Falcon2017-08-021-1/+14
* | usb: qmi_wwan: add D-Link DWM-222 device IDHector Martin2017-08-021-0/+1
* | Merge branch 'mlx4-misc-fixes'David S. Miller2017-08-025-9/+19
|\ \
| * | net/mlx4_core: Fixes missing capability bit in flags2 capability dumpJack Morgenstein2017-08-021-0/+1
| * | net/mlx4_core: Fix namespace misalignment in QinQ VST support commitJack Morgenstein2017-08-021-1/+1
| * | net/mlx4_core: Fix sl_to_vl_change bit offset in flags2 dumpJack Morgenstein2017-08-021-1/+1
| * | net/mlx4_en: Fix wrong indication of Wake-on-LAN (WoL) supportInbar Karmy2017-08-025-7/+16
|/ /
* | Merge branch 'lan78xx-Fixes'David S. Miller2017-08-021-9/+9
|\ \
| * | lan78xx: Fix to handle hard_header_len updateNisar Sayed2017-08-021-3/+3
| * | lan78xx: USB fast connect/disconnect crash fixNisar Sayed2017-08-021-6/+6
|/ /
* | Merge branch 'net-Fix-64-bit-statistics-seqcount-init'David S. Miller2017-08-027-2/+13
|\ \
| * | ipvlan: Fix 64-bit statistics seqcount initializationFlorian Fainelli2017-08-021-1/+1
| * | netvsc: Initialize 64-bit stats seqcountFlorian Fainelli2017-08-021-0/+2
| * | gtp: Initialize 64-bit per-cpu stats correctlyFlorian Fainelli2017-08-021-1/+1
| * | nfp: Initialize RX and TX ring 64-bit stats seqcountsFlorian Fainelli2017-08-021-0/+2
| * | ixgbe: Initialize 64-bit stats seqcountsFlorian Fainelli2017-08-021-0/+4
| * | i40e: Initialize 64-bit statistics TX ring seqcountFlorian Fainelli2017-08-021-0/+2
| * | b44: Initialize 64-bit stats seqcountFlorian Fainelli2017-08-021-0/+1
|/ /
* | gue: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDPK. Den2017-08-021-0/+1
* | vxlan: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDPK. Den2017-08-021-0/+1
* | Cipso: cipso_v4_optptr enter infinite loopyujuan.qi2017-08-021-2/+10
* | Merge branch 'ethernet-ti-cpts-fix-tx-timestamping-timeout'David S. Miller2017-08-025-17/+161
|\ \
| * | net: ethernet: ti: cpts: fix fifo read in cpts_find_tsGrygorii Strashko2017-08-021-1/+1
| * | net: ethernet: ti: cpts: fix tx timestamping timeoutGrygorii Strashko2017-08-022-2/+83
| * | net: ethernet: ti: cpts: convert to use ptp auxiliary workerGrygorii Strashko2017-08-022-15/+13
| * | ptp: introduce ptp auxiliary workerGrygorii Strashko2017-08-023-0/+65
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-08-0180-296/+629
|\ \
| * | samples/bpf: fix bpf tunnel cleanupWilliam Tu2017-08-012-2/+3
| * | udp6: fix jumbogram receptionPaolo Abeni2017-08-013-1/+17
| * | ppp: Fix a scheduling-while-atomic bug in del_chanGao Feng2017-08-011-1/+1
| * | Revert "net: bcmgenet: Remove init parameter from bcmgenet_mii_config"Florian Fainelli2017-08-013-5/+6
| * | virtio_net: fix truesize for mergeable buffersMichael S. Tsirkin2017-08-011-3/+2
| * | mv643xx_eth: fix of_irq_to_resource() error checkSergei Shtylyov2017-08-011-1/+1
| * | MAINTAINERS: Add more files to the PHY LIBRARY sectionFlorian Fainelli2017-08-011-3/+11
| * | ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Ido Schimmel2017-08-011-1/+1
| * | net: phy: Correctly process PHY_HALTED in phy_stop_machine()Florian Fainelli2017-08-011-0/+3
| * | sunhme: fix up GREG_STAT and GREG_IMASK register offsetsMark Cave-Ayland2017-08-011-3/+3
| * | bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_lenDaniel Borkmann2017-07-301-1/+1
| * | tcp: avoid bogus gcc-7 array-bounds warningArnd Bergmann2017-07-301-2/+3
| * | Merge tag 'wireless-drivers-for-davem-2017-07-28' of git://git.kernel.org/pub...David S. Miller2017-07-302-6/+1
| |\ \
| | * | brcmfmac: fix memleak due to calling brcmf_sdiod_sgtable_alloc() twiceArend Van Spriel2017-07-271-5/+0
| | * | brcmfmac: Don't grow SKB by negative sizeDaniel Stone2017-07-271-1/+1