summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-04tcp: clear pfmemalloc on outgoing skbEric Dumazet1-0/+7
2017-02-04cxgb4: get rid of custom busy poll codeEric Dumazet4-174/+6
2017-02-04myri10ge: get rid of custom busy poll codeEric Dumazet1-193/+4
2017-02-04be2net: get rid of custom busy poll codeEric Dumazet2-147/+9
2017-02-04net: ipv6: Set protocol to kernel for local routesDavid Ahern1-0/+1
2017-02-03trace: rename trace_print_hex_seq arg and add kdocDaniel Borkmann3-5/+16
2017-02-03MAINTAINERS: add Ivan as a switchdev maintainerJiri Pirko1-0/+1
2017-02-03Merge branch 'bridge-per-vlan-dst_metadata-support'David S. Miller15-121/+863
2017-02-03bridge: vlan dst_metadata hooks in ingress and egress pathsRoopa Prabhu6-2/+82
2017-02-03bridge: per vlan dst_metadata netlink supportRoopa Prabhu7-48/+641
2017-02-03bridge: uapi: add per vlan tunnel infoRoopa Prabhu3-0/+13
2017-02-03vxlan: support fdb and learning in COLLECT_METADATA modeRoopa Prabhu2-71/+126
2017-02-03ip_tunnels: new IP_TUNNEL_INFO_BRIDGE flag for ip_tunnel_info modeRoopa Prabhu1-0/+1
2017-02-03Merge branch 'ife-to-module'David S. Miller13-90/+276
2017-02-03net/sched: act_ife: Change to use ife moduleYotam Gigi4-88/+34
2017-02-03net: Introduce ife encapsulation moduleYotam Gigi9-0/+242
2017-02-03net/sched: act_ife: Unexport ife_tlv_meta_encodeYotam Gigi2-4/+2
2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet5-23/+17
2017-02-03hns_enet: use cpumask_var_t for on-stack maskArnd Bergmann1-10/+15
2017-02-03virtio_net: remove custom busy_pollEric Dumazet1-41/+0
2017-02-03atl1e: add GRO supportEric Dumazet1-1/+1
2017-02-03cxgb4: Fix uld_send() for ctrl pktsArjun V1-3/+8
2017-02-03sfc-falcon: get rid of custom busy polling codeEric Dumazet3-169/+1
2017-02-03sfc: get rid of custom busy polling codeEric Dumazet3-169/+1
2017-02-03i40e: add interrupt rate limit verbosityAlan Brady1-3/+10
2017-02-03i40e: refactor macro INTRL_USEC_TO_REGAlan Brady3-3/+16
2017-02-03i40e: remove unused functionMitch Williams2-36/+0
2017-02-03i40e: Remove FPK HyperV VF device IDJayaprakash Shanmugam2-2/+0
2017-02-03i40e: Quick refactor to start moving data off stack and into Tx buffer infoAlexander Duyck2-40/+54
2017-02-03i40e: remove unnecessary __packedTushar Dave1-2/+2
2017-02-03i40evf: remove unused device IDMitch Williams1-1/+0
2017-02-03i40e: Deprecating unused macroBimmy Pujari4-18/+3
2017-02-03i40e: when adding or removing MAC filters, correctly handle VLANsJacob Keller2-10/+7
2017-02-03i40e: avoid O(n^2) loop when deleting all filtersJacob Keller3-2/+3
2017-02-03i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlanJacob Keller3-16/+18
2017-02-03i40e: no need to check is_vsi_in_vlan before calling i40e_del_mac_all_vlanJacob Keller1-4/+1
2017-02-03i40e: fold the i40e_is_vsi_in_vlan check into i40e_put_mac_in_vlanJacob Keller2-13/+6
2017-02-03i40e: don't allow i40e_vsi_(add|kill)_vlan to operate when VID<1Jacob Keller2-6/+12
2017-02-03net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet3-2/+5
2017-02-03net: ipv4: remove fib_lookup.h from devinet.c include listDavid Ahern1-2/+0
2017-02-03net: remove useless pfmemalloc settingEric Dumazet1-1/+0
2017-02-03Merge branch 'MV88E6390-fixes'David S. Miller2-7/+7
2017-02-03net: dsa: mv88e6xxx: Fix typ0 when configuring 2.5GbpsAndrew Lunn1-1/+1
2017-02-03net: dsa: mv88e6xxx: Fix ATU age timer for MV88E6390Andrew Lunn1-6/+6
2017-02-03net: phy: marvell: Add support for 88e1545 PHYAndrew Lunn2-0/+22
2017-02-03net: stmmac: Fix wrong message in stmmac_probe_config_dtHeiner Kallweit1-1/+1
2017-02-03net: stmmac: add separate warning for PTP not being supported by HWHeiner Kallweit1-2/+4
2017-02-03net: stmmac: don't set tx delay in RGMII_ID and RGMII_TXID modeHeiner Kallweit1-7/+9
2017-02-03unix: add ioctl to open a unix socket file with O_PATHAndrey Vagin2-0/+43
2017-02-03Merge branch 'mv88e6390-missing-phy-ID'David S. Miller3-0/+34