aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-02net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx()Jia-Ju Bai1-1/+1
2018-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-5/+15
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-02Merge branch 'igmp-fix-two-incorrect-unsolicit-report-count-issues'David S. Miller1-7/+4
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-01ipv6: don't get lwtstate twice in ip6_rt_copy_init()Alexey Kodanev1-1/+0
2018-08-31ibmvnic: Include missing return code checks in reset functionThomas Falcon1-3/+9
2018-08-31selftests: pmtu: detect correct binary to ping ipv6 addressesSabrina Dubroca1-1/+4
2018-08-31selftests: pmtu: maximum MTU for vti4 is 2^16-1-20Sabrina Dubroca1-1/+1
2018-08-31tcp: do not restart timewait timer on rst receptionFlorian Westphal1-1/+2
2018-08-31net/rds: RDS is not Radio Data SystemPavel Machek1-1/+1
2018-08-31hv_netvsc: Fix a deadlock by getting rtnl lock earlier in netvsc_probe()Dexuan Cui1-1/+10
2018-08-31nfp: wait for posted reconfigs when disabling the deviceJakub Kicinski1-15/+33
2018-08-31Revert "packet: switch kvzalloc to allocate memory"Eric Dumazet2-13/+32
2018-08-29Merge branch 'net_sched-reject-unknown-tcfa_action-values'David S. Miller2-5/+59
2018-08-29tc-testing: add test-cases for numeric and invalid control actionPaolo Abeni1-0/+48
2018-08-29net_sched: reject unknown tcfa_action valuesPaolo Abeni1-5/+11
2018-08-29net: mvpp2: initialize port of_node pointerBaruch Siach1-0/+1
2018-08-29net: bcmgenet: use MAC link status for fixed phyDoug Berger2-2/+11
2018-08-29net: stmmac: build the dwmac-socfpga platform driver for Stratix10Dinh Nguyen1-1/+1
2018-08-29Merge branch 'ipv6-fix-error-path-of-inet6_init'David S. Miller2-5/+9
2018-08-29net: rtnl: return early from rtnl_unregister_all when protocol isn't registeredSabrina Dubroca1-0/+4
2018-08-29ipv6: fix cleanup ordering for pingv6 registrationSabrina Dubroca1-2/+2
2018-08-29ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca1-3/+3
2018-08-29net/sched: act_pedit: fix dump of extended layered opDavide Caratti1-5/+13
2018-08-29sh_eth: Add R7S9210 supportChris Brandt2-0/+37
2018-08-29Merge branch 'hns-fixes'David S. Miller14-4/+257
2018-08-29net: hns: add netif_carrier_off before change speed and duplexPeng Li1-0/+2
2018-08-29net: hns: add the code for cleaning pkt in chipPeng Li13-4/+255
2018-08-29r8169: set RxConfig after tx/rx is enabled for RTL8169sb/8110sb devicesAzat Khuzhin1-2/+4
2018-08-29tipc: switch to rhashtable iteratorCong Wang4-26/+56
2018-08-29Revert "net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmit"Jerome Brunet2-5/+1
2018-08-29tipc: fix a missing rhashtable_walk_exit()Cong Wang1-0/+2
2018-08-29vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev1-1/+1
2018-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-50/+54
2018-08-29Merge branch 'bpf_msg_pull_data-fixes'Alexei Starovoitov1-17/+19
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
2018-08-28bpf: fix several offset tests in bpf_msg_pull_dataDaniel Borkmann1-5/+9
2018-08-28bpf: sockmap, decrement copied count correctly in redirect error caseJohn Fastabend1-23/+22
2018-08-27bpf: fix build error with clangStefan Agner1-1/+1
2018-08-27bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsgDaniel Borkmann1-3/+2
2018-08-27bpf, sockmap: fix potential use after free in bpf_tcp_closeDaniel Borkmann1-1/+1