summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vhost: fix VHOST_GET_BACKEND_FEATURES ioctl request definitionGleb Fotengauer-Malinovskiy2018-09-031-1/+1
* r8169: add support for NCube 8168 network cardAnthony Wong2018-09-032-0/+3
* ip6_tunnel: respect ttl inherit for ip6tnlHangbin Liu2018-09-031-1/+9
* uapi: Fix linux/rds.h userspace compilation errors.Vinson Lee2018-09-021-0/+1
* net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx()Jia-Ju Bai2018-09-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-09-023-5/+15
|\
| * bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULPJohn Fastabend2018-09-021-1/+11
| * tools/bpf: bpftool, add xskmap in map typesPrashant Bhole2018-09-021-0/+1
| * bpf: Fix bpf_msg_pull_data()Tushar Dave2018-09-021-4/+3
* | net/ipv6: Only update MTU metric if it setDavid Ahern2018-09-021-1/+4
* | net: ethernet: cpsw-phy-sel: prefer phandle for phy selTony Lindgren2018-09-021-3/+6
* | dt-bindings: net: cpsw: Document cpsw-phy-sel usage but prefer phandleTony Lindgren2018-09-021-0/+6
* | Merge branch 'igmp-fix-two-incorrect-unsolicit-report-count-issues'David S. Miller2018-09-021-7/+4
|\ \ | |/ |/|
| * igmp: fix incorrect unsolicit report count after link down and upHangbin Liu2018-09-021-4/+2
| * igmp: fix incorrect unsolicit report count when join groupHangbin Liu2018-09-021-3/+2
|/
* ipv6: don't get lwtstate twice in ip6_rt_copy_init()Alexey Kodanev2018-09-011-1/+0
* ibmvnic: Include missing return code checks in reset functionThomas Falcon2018-08-311-3/+9
* selftests: pmtu: detect correct binary to ping ipv6 addressesSabrina Dubroca2018-08-311-1/+4
* selftests: pmtu: maximum MTU for vti4 is 2^16-1-20Sabrina Dubroca2018-08-311-1/+1
* tcp: do not restart timewait timer on rst receptionFlorian Westphal2018-08-311-1/+2
* net/rds: RDS is not Radio Data SystemPavel Machek2018-08-311-1/+1
* hv_netvsc: Fix a deadlock by getting rtnl lock earlier in netvsc_probe()Dexuan Cui2018-08-311-1/+10
* nfp: wait for posted reconfigs when disabling the deviceJakub Kicinski2018-08-311-15/+33
* Revert "packet: switch kvzalloc to allocate memory"Eric Dumazet2018-08-312-13/+32
* Merge branch 'net_sched-reject-unknown-tcfa_action-values'David S. Miller2018-08-292-5/+59
|\
| * tc-testing: add test-cases for numeric and invalid control actionPaolo Abeni2018-08-291-0/+48
| * net_sched: reject unknown tcfa_action valuesPaolo Abeni2018-08-291-5/+11
|/
* net: mvpp2: initialize port of_node pointerBaruch Siach2018-08-291-0/+1
* net: bcmgenet: use MAC link status for fixed phyDoug Berger2018-08-292-2/+11
* net: stmmac: build the dwmac-socfpga platform driver for Stratix10Dinh Nguyen2018-08-291-1/+1
* Merge branch 'ipv6-fix-error-path-of-inet6_init'David S. Miller2018-08-292-5/+9
|\
| * net: rtnl: return early from rtnl_unregister_all when protocol isn't registeredSabrina Dubroca2018-08-291-0/+4
| * ipv6: fix cleanup ordering for pingv6 registrationSabrina Dubroca2018-08-291-2/+2
| * ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca2018-08-291-3/+3
|/
* net/sched: act_pedit: fix dump of extended layered opDavide Caratti2018-08-291-5/+13
* sh_eth: Add R7S9210 supportChris Brandt2018-08-292-0/+37
* Merge branch 'hns-fixes'David S. Miller2018-08-2914-4/+257
|\
| * net: hns: add netif_carrier_off before change speed and duplexPeng Li2018-08-291-0/+2
| * net: hns: add the code for cleaning pkt in chipPeng Li2018-08-2913-4/+255
|/
* r8169: set RxConfig after tx/rx is enabled for RTL8169sb/8110sb devicesAzat Khuzhin2018-08-291-2/+4
* tipc: switch to rhashtable iteratorCong Wang2018-08-294-26/+56
* Revert "net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmit"Jerome Brunet2018-08-292-5/+1
* tipc: fix a missing rhashtable_walk_exit()Cong Wang2018-08-291-0/+2
* vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev2018-08-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-08-292-50/+54
|\
| * Merge branch 'bpf_msg_pull_data-fixes'Alexei Starovoitov2018-08-291-17/+19
| |\
| | * bpf: fix sg shift repair start offset in bpf_msg_pull_dataDaniel Borkmann2018-08-291-13/+13
| | * bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_dataDaniel Borkmann2018-08-291-1/+4
| | * bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_dataDaniel Borkmann2018-08-291-3/+2
| |/
| * bpf: fix several offset tests in bpf_msg_pull_dataDaniel Borkmann2018-08-281-5/+9