summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * bnxt_en: add vf-rep RX/TX and netdev implementationSathya Perla2017-07-244-12/+288
| * bnxt_en: add support to enable VF-representorsSathya Perla2017-07-247-2/+330
| * bnxt_en: Set ETS min_bw parameter for older firmware.Michael Chan2017-07-242-0/+7
| * bnxt_en: Report firmware DCBX agent.Michael Chan2017-07-243-12/+19
| * bnxt_en: Allow the user to set ethtool stats-block-usecs to 0.Michael Chan2017-07-242-4/+7
| * bnxt_en: Add bnxt_get_num_stats() to centrally get the number of ethtool stats.Michael Chan2017-07-241-12/+13
| * bnxt_en: Implement ndo_bridge_{get|set}link methods.Michael Chan2017-07-241-0/+67
| * bnxt_en: Retrieve the hardware bridge mode from the firmware.Michael Chan2017-07-242-0/+9
| * bnxt_en: Update firmware interface spec to 1.8.0.Michael Chan2017-07-244-39/+308
|/
* tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya2017-07-245-6/+8
* mlx4_en: remove unnecessary error checkZhu Yanjun2017-07-241-7/+2
* mlxsw: spectrum_router: Fix build when IPv6 isn't enabledIdo Schimmel2017-07-241-4/+18
* mlx4_en: remove unnecessary returned valueZhu Yanjun2017-07-242-4/+2
* of_mdio: kill useless variable in of_phy_register_fixed_link()Sergei Shtylyov2017-07-241-4/+2
* skbuff: re-add check for NULL skb->head in kfree_skb pathFlorian Westphal2017-07-241-1/+2
* liquidio: fix implicit irq include causing build failuresPaul Gortmaker2017-07-241-0/+2
* bpf: dev_map_alloc() shouldn't return NULLDan Carpenter2017-07-241-0/+1
* netvsc: fix ptr_ret.cocci warningsWu Fengguang2017-07-241-1/+1
* Merge tag 'rxrpc-rewrite-20170721' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-07-245-54/+52
|\
| * rxrpc: Move the packet.h include file into net/rxrpc/David Howells2017-07-215-48/+45
| * rxrpc: Expose UAPI definitions to userspaceDavid Howells2017-07-211-6/+7
* | mlxsw: spectrum_router: Don't batch neighbour deletionIdo Schimmel2017-07-241-12/+3
* | Merge branch 'sctp-remove-typedefs-from-structures-part-3'David S. Miller2017-07-246-69/+68
|\ \
| * | sctp: remove the typedef sctp_abort_chunk_tXin Long2017-07-242-6/+6
| * | sctp: remove the typedef sctp_heartbeat_chunk_tXin Long2017-07-242-3/+4
| * | sctp: remove the typedef sctp_heartbeathdr_tXin Long2017-07-242-4/+4
| * | sctp: remove the typedef sctp_sack_chunk_tXin Long2017-07-243-5/+5
| * | sctp: remove the typedef sctp_sackhdr_tXin Long2017-07-243-6/+6
| * | sctp: remove the typedef sctp_sack_variable_tXin Long2017-07-242-8/+8
| * | sctp: remove the typedef sctp_dup_tsn_tXin Long2017-07-241-3/+1
| * | sctp: remove the typedef sctp_gap_ack_block_tXin Long2017-07-241-4/+4
| * | sctp: remove the typedef sctp_unrecognized_param_tXin Long2017-07-242-13/+9
| * | sctp: remove the typedef sctp_cookie_param_tXin Long2017-07-242-10/+12
| * | sctp: remove the typedef sctp_initack_chunk_tXin Long2017-07-242-8/+10
|/ /
* | Merge branch 'udp-tunnel-offloads-toggle'David S. Miller2017-07-248-17/+103
|\ \
| * | geneve/vxlan: offload ports on register/unregister eventsSabrina Dubroca2017-07-242-4/+13
| * | geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFOSabrina Dubroca2017-07-242-14/+30
| * | net: call udp_tunnel_get_rx_info when NETIF_F_RX_UDP_TUNNEL_PORT is toggledSabrina Dubroca2017-07-241-1/+21
| * | net: add infrastructure to un-offload UDP tunnel portSabrina Dubroca2017-07-243-0/+27
| * | net: check UDP tunnel RX port offload feature before calling tunnel ndo ndoSabrina Dubroca2017-07-241-1/+6
| * | net: add new netdevice feature for offload of RX port for UDP tunnelsSabrina Dubroca2017-07-243-0/+9
|/ /
* | geneve: add rtnl changelink supportGirish Moodalbail2017-07-241-42/+176
* | net: Convert to using %pOF instead of full_nameRob Herring2017-07-2421-157/+134
* | Merge branch 'virtio_net-xdp-refine'David S. Miller2017-07-242-134/+200
|\ \ | |/ |/|
| * virtio-net: switch off offloads on demand if possible on XDP setJason Wang2017-07-241-5/+65
| * virtio-net: do not reset during XDP setJason Wang2017-07-241-126/+106
| * virtio-net: switch to use new ctx API for small bufferJason Wang2017-07-241-5/+12
| * virtio-net: pack headroom into ctx for mergeable buffersJason Wang2017-07-241-5/+24
| * virtio_ring: allow to store zero as the ctxJason Wang2017-07-241-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-211200-18852/+38137
|\