summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "ipv4/icmp: redirect messages can use the ingress daddr as source"Paolo Abeni2015-10-144-33/+3Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-10-1421-187/+465
|\
| * fm10k: do not use enum as booleanJacob Keller2015-10-141-1/+1
| * fm10k: use snprintf() instead of sprintf() to avoid buffer overflowJacob Keller2015-10-142-7/+7
| * ixgbe: add flow control ethertype to the anti-spoofing filterEmil Tantilov2015-10-142-5/+15
| * i40e/i40evf: Bump i40e version to 1.3.25 and i40evf to 1.3.17Catherine Sullivan2015-10-142-2/+2
| * i40e/i40evf: Refactor PHY structure and add phy_capabilities enumCatherine Sullivan2015-10-144-90/+181
| * i40e/i40evf: Add module_types and update_link_infoCatherine Sullivan2015-10-146-9/+76
| * i40e/i40evf: split device ids into a separate fileShannon Nelson2015-10-144-50/+112
| * i40e: update fw version text string per previous product formatsCarolyn Wyborny2015-10-142-4/+13
| * i40e: don't panic on VSI allocation failureMitch Williams2015-10-141-5/+6
| * i40e: remove redundant callMitch Williams2015-10-141-2/+0Star
| * i40e: Convert CEE App TLV selector to IEEE selectorGreg Bowers2015-10-142-4/+14
| * i40e/i40evf: Add info to nvm info struct for OEM version dataCarolyn Wyborny2015-10-143-1/+13
| * i40evf: properly handle ndo_set_mac_address callsMitch Williams2015-10-142-3/+16
| * i40e: Use BIT() macro for priority map parsingNeerav Parikh2015-10-141-1/+1
| * i40e: Make it clear a parameter is never usedCarolyn Wyborny2015-10-141-1/+2
| * i40e/i40evf: Add new link status definesShannon Nelson2015-10-142-2/+6
|/
* net: vrf: Documentation update, ip commandsDavid Ahern2015-10-141-2/+299
* mISDN: use kstrdup() in dsp_pipeline_buildGeliang Tang2015-10-141-10/+2Star
* tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet2015-10-144-18/+26
* Merge branch 'bridge-vlan'David S. Miller2015-10-137-71/+135
|\
| * bridge: vlan: move back vlan_flushNikolay Aleksandrov2015-10-133-10/+25
| * bridge: vlan: drop unnecessary flush codeNikolay Aleksandrov2015-10-131-8/+1Star
| * bridge: vlan: use rcu for vlan_list traversal in br_fill_ifinfoNikolay Aleksandrov2015-10-131-8/+13
| * bridge: vlan: use proper rcu for the vlgrp memberNikolay Aleksandrov2015-10-136-53/+104
|/
* Merge branch 'vrf-ipv6'David S. Miller2015-10-139-16/+386
|\
| * net: Add VRF support to IPv6 stackDavid Ahern2015-10-135-14/+63
| * net: Add IPv6 support to VRF deviceDavid Ahern2015-10-132-2/+275
| * net: Export fib6_get_table and nd_tblDavid Ahern2015-10-132-0/+2
| * net: Add IPv6 support to l3mdevDavid Ahern2015-10-131-0/+46
|/
* bridge: fix gc_timer mod/del race conditionNikolay Aleksandrov2015-10-131-1/+9
* switchdev: enforce no pvid flag in vlan rangesNikolay Aleksandrov2015-10-131-0/+3
* Merge branch 'dsa-mv88e6xxx-fix-hardware-bridging'David S. Miller2015-10-135-203/+26Star
|\
| * net: dsa: mv88e6xxx: fix hardware bridgingVivien Didelot2015-10-134-50/+3Star
| * net: dsa: do not warn unsupported bridge opsVivien Didelot2015-10-131-1/+1
| * net: dsa: mv88e6xxx: do not support per-port FIDVivien Didelot2015-10-132-63/+11Star
| * net: dsa: mv88e6xxx: bridges do not need an FIDVivien Didelot2015-10-132-110/+32Star
|/
* RDS-TCP: Reset tcp callbacks if re-using an outgoing socket in rds_tcp_accept...Sowmini Varadhan2015-10-131-0/+3
* RDS: Invoke ->laddr_check() in rds_bind() for explicitly bound transports.Sowmini Varadhan2015-10-131-1/+8
* qlcnic: constify qlcnic_mbx_ops structureJulia Lawall2015-10-132-3/+3
* bridge: vlan: enforce no pvid flag in vlan rangesNikolay Aleksandrov2015-10-131-0/+3
* atm: iphase: fix misleading indentionTillmann Heidsieck2015-10-131-1/+1
* atm: iphase: return -ENOMEM instead of -1 in case of failed kmalloc()Tillmann Heidsieck2015-10-131-1/+2
* ipv6 route: use err pointers instead of returning pointer by referenceRoopa Prabhu2015-10-131-15/+17
* net: hns: fix the unknown phy_nterface_t type errorhuangdaode2015-10-131-0/+1
* tun: use sk_fullsock() before reading sk->sk_tsflagsEric Dumazet2015-10-131-1/+1
* Merge branch 'netns-defrag'David S. Miller2015-10-1311-26/+27
|\
| * ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman2015-10-134-6/+5Star
| * ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman2015-10-138-19/+20