summaryrefslogtreecommitdiffstats
path: root/net/mpls (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-04tipc: correct spelling errors for struct tipc_bc_base's commentZhenbo Gao1-2/+2
2018-09-04bnxt_en: Do not adjust max_cp_rings by the ones used by RDMA.Michael Chan4-12/+9
2018-09-04bnxt_en: Clean up unused functions.Michael Chan4-18/+1
2018-09-04bnxt_en: Fix firmware signaled resource change logic in open.Michael Chan1-3/+10
2018-09-04sctp: not traverse asoc trans list if non-ipv6 trans exists for ipv6_flowlabelXin Long1-4/+6
2018-09-04sctp: fix invalid reference to the index variable of the iteratorXin Long1-11/+13
2018-09-04net/ibm/emac: wrong emac_calc_base call was used by typoIvan Mikhaylov1-3/+3
2018-09-04net: sched: null actions array pointer before releasing actionVlad Buslov1-1/+1
2018-09-04vhost: fix VHOST_GET_BACKEND_FEATURES ioctl request definitionGleb Fotengauer-Malinovskiy1-1/+1
2018-09-04r8169: add support for NCube 8168 network cardAnthony Wong2-0/+3
2018-09-04ip6_tunnel: respect ttl inherit for ip6tnlHangbin Liu1-1/+9
2018-09-03uapi: Fix linux/rds.h userspace compilation errors.Vinson Lee1-0/+1
2018-09-03net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx()Jia-Ju Bai1-1/+1
2018-09-02net/ipv6: Only update MTU metric if it setDavid Ahern1-1/+4
2018-09-02net: ethernet: cpsw-phy-sel: prefer phandle for phy selTony Lindgren1-3/+6
2018-09-02dt-bindings: net: cpsw: Document cpsw-phy-sel usage but prefer phandleTony Lindgren1-0/+6
2018-09-02igmp: fix incorrect unsolicit report count after link down and upHangbin Liu1-4/+2
2018-09-02igmp: fix incorrect unsolicit report count when join groupHangbin Liu1-3/+2
2018-09-02bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULPJohn Fastabend1-1/+11
2018-09-02tools/bpf: bpftool, add xskmap in map typesPrashant Bhole1-0/+1
2018-09-02bpf: Fix bpf_msg_pull_data()Tushar Dave1-4/+3
2018-09-02ipv6: don't get lwtstate twice in ip6_rt_copy_init()Alexey Kodanev1-1/+0
2018-09-01ibmvnic: Include missing return code checks in reset functionThomas Falcon1-3/+9
2018-09-01selftests: pmtu: detect correct binary to ping ipv6 addressesSabrina Dubroca1-1/+4
2018-09-01selftests: pmtu: maximum MTU for vti4 is 2^16-1-20Sabrina Dubroca1-1/+1
2018-09-01tcp: do not restart timewait timer on rst receptionFlorian Westphal1-1/+2
2018-09-01net/rds: RDS is not Radio Data SystemPavel Machek1-1/+1
2018-09-01hv_netvsc: Fix a deadlock by getting rtnl lock earlier in netvsc_probe()Dexuan Cui1-1/+10
2018-09-01nfp: wait for posted reconfigs when disabling the deviceJakub Kicinski1-15/+33
2018-09-01Revert "packet: switch kvzalloc to allocate memory"Eric Dumazet2-13/+32
2018-08-30tc-testing: add test-cases for numeric and invalid control actionPaolo Abeni1-0/+48
2018-08-30net_sched: reject unknown tcfa_action valuesPaolo Abeni1-5/+11
2018-08-30net: mvpp2: initialize port of_node pointerBaruch Siach1-0/+1
2018-08-30net: bcmgenet: use MAC link status for fixed phyDoug Berger2-2/+11
2018-08-30net: stmmac: build the dwmac-socfpga platform driver for Stratix10Dinh Nguyen1-1/+1
2018-08-30net: rtnl: return early from rtnl_unregister_all when protocol isn't registeredSabrina Dubroca1-0/+4
2018-08-30ipv6: fix cleanup ordering for pingv6 registrationSabrina Dubroca1-2/+2
2018-08-30ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca1-3/+3
2018-08-30net/sched: act_pedit: fix dump of extended layered opDavide Caratti1-5/+13
2018-08-30sh_eth: Add R7S9210 supportChris Brandt2-0/+37
2018-08-30net: hns: add netif_carrier_off before change speed and duplexPeng Li1-0/+2
2018-08-30net: hns: add the code for cleaning pkt in chipPeng Li13-4/+255
2018-08-30r8169: set RxConfig after tx/rx is enabled for RTL8169sb/8110sb devicesAzat Khuzhin1-2/+4
2018-08-30tipc: switch to rhashtable iteratorCong Wang4-26/+56
2018-08-30Revert "net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmit"Jerome Brunet2-5/+1
2018-08-30tipc: fix a missing rhashtable_walk_exit()Cong Wang1-0/+2
2018-08-30vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev1-1/+1
2018-08-29bpf: fix sg shift repair start offset in bpf_msg_pull_dataDaniel Borkmann1-13/+13
2018-08-29bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_dataDaniel Borkmann1-1/+4
2018-08-29bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_dataDaniel Borkmann1-3/+2