summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipv6: set rt6i_protocol properly in the route when it is installedXin Long2017-08-031-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-017-2/+13
|\ \
| * | ipvlan: Fix 64-bit statistics seqcount initializationFlorian Fainelli2017-08-011-1/+1
| * | netvsc: Initialize 64-bit stats seqcountFlorian Fainelli2017-08-011-0/+2
| * | gtp: Initialize 64-bit per-cpu stats correctlyFlorian Fainelli2017-08-011-1/+1
| * | nfp: Initialize RX and TX ring 64-bit stats seqcountsFlorian Fainelli2017-08-011-0/+2
| * | ixgbe: Initialize 64-bit stats seqcountsFlorian Fainelli2017-08-011-0/+4
| * | i40e: Initialize 64-bit statistics TX ring seqcountFlorian Fainelli2017-08-011-0/+2
| * | b44: Initialize 64-bit stats seqcountFlorian Fainelli2017-08-011-0/+1
|/ /
* | gue: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDPK. Den2017-08-011-0/+1
* | vxlan: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDPK. Den2017-08-011-0/+1
* | Cipso: cipso_v4_optptr enter infinite loopyujuan.qi2017-08-011-2/+10
* | Merge branch 'ethernet-ti-cpts-fix-tx-timestamping-timeout'David S. Miller2017-08-015-17/+161
|\ \
| * | net: ethernet: ti: cpts: fix fifo read in cpts_find_tsGrygorii Strashko2017-08-011-1/+1
| * | net: ethernet: ti: cpts: fix tx timestamping timeoutGrygorii Strashko2017-08-012-2/+83
| * | net: ethernet: ti: cpts: convert to use ptp auxiliary workerGrygorii Strashko2017-08-012-15/+13
| * | ptp: introduce ptp auxiliary workerGrygorii Strashko2017-08-013-0/+65
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-3180-296/+629
|\ \
| * | samples/bpf: fix bpf tunnel cleanupWilliam Tu2017-07-312-2/+3
| * | udp6: fix jumbogram receptionPaolo Abeni2017-07-313-1/+17
| * | ppp: Fix a scheduling-while-atomic bug in del_chanGao Feng2017-07-311-1/+1
| * | Revert "net: bcmgenet: Remove init parameter from bcmgenet_mii_config"Florian Fainelli2017-07-313-5/+6
| * | virtio_net: fix truesize for mergeable buffersMichael S. Tsirkin2017-07-311-3/+2
| * | mv643xx_eth: fix of_irq_to_resource() error checkSergei Shtylyov2017-07-311-1/+1
| * | MAINTAINERS: Add more files to the PHY LIBRARY sectionFlorian Fainelli2017-07-311-3/+11
| * | ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Ido Schimmel2017-07-311-1/+1
| * | net: phy: Correctly process PHY_HALTED in phy_stop_machine()Florian Fainelli2017-07-311-0/+3
| * | sunhme: fix up GREG_STAT and GREG_IMASK register offsetsMark Cave-Ayland2017-07-311-3/+3
| * | bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_lenDaniel Borkmann2017-07-291-1/+1
| * | tcp: avoid bogus gcc-7 array-bounds warningArnd Bergmann2017-07-291-2/+3
| * | Merge tag 'wireless-drivers-for-davem-2017-07-28' of git://git.kernel.org/pub...David S. Miller2017-07-292-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
| * | | net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt"Colin Ian King2017-07-291-1/+1
| * | | bpf: don't indicate success when copy_from_user failsDaniel Borkmann2017-07-291-1/+1
| * | | udp6: fix socket leak on early demuxPaolo Abeni2017-07-293-10/+21