aboutsummaryrefslogtreecommitdiffstats
path: root/net/mpls (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-14net: hisilicon net: fix a bug about ledlipeng1-1/+3
2015-10-14cxgb4i: Increased the value of MAX_IMM_TX_PKT_LEN from 128 to 256 bytesKaren Xie1-1/+1
2015-10-14net: hisilicon: supports promisc modeyankejian7-3/+55
2015-10-14Revert "ipv4/icmp: redirect messages can use the ingress daddr as source"Paolo Abeni4-33/+3
2015-10-13fm10k: do not use enum as booleanJacob Keller1-1/+1
2015-10-13fm10k: use snprintf() instead of sprintf() to avoid buffer overflowJacob Keller2-7/+7
2015-10-13ixgbe: add flow control ethertype to the anti-spoofing filterEmil Tantilov2-5/+15
2015-10-13i40e/i40evf: Bump i40e version to 1.3.25 and i40evf to 1.3.17Catherine Sullivan2-2/+2
2015-10-13i40e/i40evf: Refactor PHY structure and add phy_capabilities enumCatherine Sullivan4-90/+181
2015-10-13i40e/i40evf: Add module_types and update_link_infoCatherine Sullivan6-9/+76
2015-10-13i40e/i40evf: split device ids into a separate fileShannon Nelson4-50/+112
2015-10-13i40e: update fw version text string per previous product formatsCarolyn Wyborny2-4/+13
2015-10-13i40e: don't panic on VSI allocation failureMitch Williams1-5/+6
2015-10-13i40e: remove redundant callMitch Williams1-2/+0
2015-10-13i40e: Convert CEE App TLV selector to IEEE selectorGreg Bowers2-4/+14
2015-10-13i40e/i40evf: Add info to nvm info struct for OEM version dataCarolyn Wyborny3-1/+13
2015-10-13i40evf: properly handle ndo_set_mac_address callsMitch Williams2-3/+16
2015-10-13i40e: Use BIT() macro for priority map parsingNeerav Parikh1-1/+1
2015-10-13i40e: Make it clear a parameter is never usedCarolyn Wyborny1-1/+2
2015-10-13i40e/i40evf: Add new link status definesShannon Nelson2-2/+6
2015-10-13net: vrf: Documentation update, ip commandsDavid Ahern1-2/+299
2015-10-13mISDN: use kstrdup() in dsp_pipeline_buildGeliang Tang1-10/+2
2015-10-13tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet4-18/+26
2015-10-13can: at91: remove at91_can_dataAlexandre Belloni2-26/+0
2015-10-13can: avoid using timeval for uapiArnd Bergmann2-6/+16
2015-10-13can: sun4i: fix MODULE_DESCRIPTIONGerhard Bertelsmann1-1/+1
2015-10-13can: sun4i: fix arbitration lost error reportingGerhard Bertelsmann1-1/+1
2015-10-13bridge: vlan: move back vlan_flushNikolay Aleksandrov3-10/+25
2015-10-13bridge: vlan: drop unnecessary flush codeNikolay Aleksandrov1-8/+1
2015-10-13bridge: vlan: use rcu for vlan_list traversal in br_fill_ifinfoNikolay Aleksandrov1-8/+13
2015-10-13bridge: vlan: use proper rcu for the vlgrp memberNikolay Aleksandrov6-53/+104
2015-10-13net: Add VRF support to IPv6 stackDavid Ahern5-14/+63
2015-10-13net: Add IPv6 support to VRF deviceDavid Ahern2-2/+275
2015-10-13net: Export fib6_get_table and nd_tblDavid Ahern2-0/+2
2015-10-13net: Add IPv6 support to l3mdevDavid Ahern1-0/+46
2015-10-13bridge: fix gc_timer mod/del race conditionNikolay Aleksandrov1-1/+9
2015-10-13switchdev: enforce no pvid flag in vlan rangesNikolay Aleksandrov1-0/+3
2015-10-13net: dsa: mv88e6xxx: fix hardware bridgingVivien Didelot4-50/+3
2015-10-13net: dsa: do not warn unsupported bridge opsVivien Didelot1-1/+1
2015-10-13net: dsa: mv88e6xxx: do not support per-port FIDVivien Didelot2-63/+11
2015-10-13net: dsa: mv88e6xxx: bridges do not need an FIDVivien Didelot2-110/+32
2015-10-13RDS-TCP: Reset tcp callbacks if re-using an outgoing socket in rds_tcp_accept_one()Sowmini Varadhan1-0/+3
2015-10-13RDS: Invoke ->laddr_check() in rds_bind() for explicitly bound transports.Sowmini Varadhan1-1/+8
2015-10-13qlcnic: constify qlcnic_mbx_ops structureJulia Lawall2-3/+3
2015-10-12bridge: vlan: enforce no pvid flag in vlan rangesNikolay Aleksandrov1-0/+3
2015-10-12atm: iphase: fix misleading indentionTillmann Heidsieck1-1/+1
2015-10-12atm: iphase: return -ENOMEM instead of -1 in case of failed kmalloc()Tillmann Heidsieck1-1/+2
2015-10-12ipv6 route: use err pointers instead of returning pointer by referenceRoopa Prabhu1-15/+17
2015-10-12net: hns: fix the unknown phy_nterface_t type errorhuangdaode1-0/+1
2015-10-12tun: use sk_fullsock() before reading sk->sk_tsflagsEric Dumazet1-1/+1