summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'net-mvneta-improve-suspend-resume'David S. Miller2018-04-021-26/+128
|\
| * net: mvneta: improve suspend/resumeJisheng Zhang2018-04-021-7/+62
| * net: mvneta: split rxq/txq init and txq deinit into SW and HW partsJisheng Zhang2018-04-021-19/+66
|/
* ipv6: frags: fix /proc/sys/net/ipv6/ip6frag_low_threshEric Dumazet2018-04-021-1/+1
* Merge branch 'net-bgmac-Couple-of-sparse-warnings'David S. Miller2018-04-022-4/+5
|\
| * net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()Florian Fainelli2018-04-021-1/+2
| * net: bgmac: Correctly annotate register spaceFlorian Fainelli2018-04-021-3/+3
|/
* route: check sysctl_fib_multipath_use_neigh earlier than hashXin Long2018-04-021-9/+11
* fix typo in command value in drivers/net/phy/mdio-bitbang.Frans Meulenbroeks2018-04-021-1/+1
* sky2: Increase D3 delay to sky2 stops working after suspendKai-Heng Feng2018-04-021-1/+1
* net/mlx5e: Set EQE based as default TX interrupt moderation modeTal Gilboa2018-04-021-4/+4
* ibmvnic: Disable irqs before exiting reset from closed stateJohn Allen2018-04-021-10/+18
* net: sched: do not emit messages while holding spinlockLi RongQing2018-04-021-4/+7
* vlan: also check phy_driver ts_info for vlan's real deviceHangbin Liu2018-04-021-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-02205-1103/+1916
|\
| * Merge tag 'kbuild-fixes-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-315-5/+12
| |\
| | * netfilter: nf_nat_snmp_basic: add correct dependency to MakefileMasahiro Yamada2018-03-291-1/+1
| | * kbuild: rpm-pkg: Support GNU tar >= 1.29Jason Gunthorpe2018-03-271-1/+1
| | * builddeb: Fix header package regarding dtc source linksJan Kiszka2018-03-271-1/+1
| | * kbuild: set no-integrated-as before incl. arch MakefileStefan Agner2018-03-211-2/+2
| | * kbuild: make scripts/adjust_autoksyms.sh robust against timestamp racesNicolas Pitre2018-03-211-0/+7
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-3176-384/+793
| |\ \
| | * | net: mvneta: fix enable of all initialized RXQsYelena Krivosheev2018-03-301-0/+1
| | * | net/ipv6: Fix route leaking between VRFsDavid Ahern2018-03-301-0/+3
| | * | vrf: Fix use after free and double free in vrf_finish_outputDavid Ahern2018-03-301-2/+3
| | * | ipv6: sr: fix seg6 encap performances with TSO enabledDavid Lebrun2018-03-301-9/+7
| | * | net/dim: Fix int overflowTal Gilboa2018-03-301-1/+1
| | * | Merge branch 'vlan-fix'David S. Miller2018-03-302-4/+17
| | |\ \
| | | * | vlan: Fix vlan insertion for packets without ethernet headerToshiaki Makita2018-03-301-2/+13
| | | * | net: Fix untag for vlan packets without ethernet headerToshiaki Makita2018-03-301-2/+4
| | |/ /
| | * | atm: iphase: fix spelling mistake: "Receiverd" -> "Received"Colin Ian King2018-03-301-1/+1
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-03-302-2/+6
| | |\ \
| | | * | nfp: bpf: fix check of program max insn countJakub Kicinski2018-03-241-1/+5
| | | * | tools: bpftool: don't use hex numbers in JSON outputJakub Kicinski2018-03-241-1/+1
| | * | | vhost: validate log when IOTLB is enabledJason Wang2018-03-291-8/+6
| | * | | qede: Do not drop rx-checksum invalidated packets.Manish Chopra2018-03-291-8/+2
| | * | | hv_netvsc: enable multicast if necessaryStephen Hemminger2018-03-291-1/+1
| | * | | ip_tunnel: Resolve ipsec merge conflict properly.David S. Miller2018-03-291-6/+6
| | * | | lan78xx: Crash in lan78xx_writ_reg (Workqueue: events lan78xx_deferred_multic...Raghuram Chary J2018-03-291-2/+21
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-295-18/+38
| | |\ \ \
| | | * | | xfrm: Fix transport mode skb control buffer usage.Steffen Klassert2018-03-231-0/+6
| | | * | | vti6: Fix dev->max_mtu settingStefano Brivio2018-03-191-1/+1
| | | * | | vti6: Keep set MTU on link creation or change, validate itStefano Brivio2018-03-191-8/+16
| | | * | | vti6: Properly adjust vti6 MTU from MTU of lower deviceStefano Brivio2018-03-191-4/+6
| | | * | | vti4: Don't override MTU passed on link creation via IFLA_MTUStefano Brivio2018-03-191-1/+0
| | | * | | ip_tunnel: Clamp MTU to bounds on new linkStefano Brivio2018-03-191-1/+7
| | | * | | vti4: Don't count header length twice on tunnel setupStefano Brivio2018-03-191-1/+0
| | | * | | xfrm: fix rcu_read_unlock usage in xfrm_local_errorTaehee Yoo2018-03-161-2/+3
| | * | | | qede: Fix barrier usage after tx doorbell write.Manish Chopra2018-03-271-6/+4
| | * | | | vhost: correctly remove wait queue during poll failureJason Wang2018-03-271-2/+1