summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-0454-437/+1174
|\
| * cfg80211: make RATE_INFO_BW_20 the defaultJohannes Berg2017-05-041-1/+1
| * ipv6: initialize route null entry in addrconf_init()WANG Cong2017-05-043-11/+18
| * Merge branch 'qed-fixes'David S. Miller2017-05-046-12/+24
| |\
| | * qede: Fix possible misconfiguration of advertised autoneg value.sudarsana.kalluru@cavium.com2017-05-041-0/+5
| | * qed: Fix overriding of supported autoneg value.sudarsana.kalluru@cavium.com2017-05-043-1/+9
| | * qed*: Fix possible overflow for status block id field.sudarsana.kalluru@cavium.com2017-05-045-11/+10
| |/
| * rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt2017-05-041-1/+1
| * netvsc: make sure napi enabled before vmbus_openstephen hemminger2017-05-042-4/+6
| * aquantia: Fix driver name reported by ethtoolPavel Belous2017-05-041-1/+1
| * ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko2017-05-042-0/+5
| * net/sched: remove redundant null check on headColin Ian King2017-05-041-2/+1
| * tcp: do not inherit fastopen_req from parentEric Dumazet2017-05-041-0/+1
| * forcedeth: remove unnecessary carrier status checkZhu Yanjun2017-05-041-4/+2
| * Merge branch 'ibmvnic-Updated-reset-handler-andcode-fixes'David S. Miller2017-05-032-204/+388
| |\
| | * ibmvnic: Move queue restarting in ibmvnic_tx_completeNathan Fontenot2017-05-031-12/+10
| | * ibmvnic: Record SKB RX queue during pollThomas Falcon2017-05-031-0/+1
| | * ibmvnic: Continue skb processing after skb completion errorNathan Fontenot2017-05-031-1/+1
| | * ibmvnic: Check for driver reset first in ibmvnic_xmitNathan Fontenot2017-05-031-6/+6
| | * ibmvnic: Wait for any pending scrqs entries at driver closeNathan Fontenot2017-05-031-20/+27
| | * ibmvnic: Clean up tx pools when closingNathan Fontenot2017-05-031-0/+30
| | * ibmvnic: Whitespace correction in release_rx_poolsNathan Fontenot2017-05-031-1/+1
| | * ibmvnic: Delete napi's when releasing driver resourcesNathan Fontenot2017-05-031-0/+9
| | * ibmvnic: Updated reset handlingNathan Fontenot2017-05-032-157/+275
| | * ibmvnic: Replace is_closed with state fieldNathan Fontenot2017-05-032-9/+23
| | * ibmvnic: Move resource initialization to its own routineNathan Fontenot2017-05-031-32/+39
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-0314-64/+174
| |\
| | * netfilter: nf_tables: check if same extensions are set when adding elementsPablo Neira Ayuso2017-05-031-0/+5
| | * netfilter: update MAINTAINERS filePablo Neira Ayuso2017-04-291-1/+3
| | * Merge tag 'ipvs-fixes-for-v4.11' of http://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso2017-04-281-5/+17
| | |\
| | | * ipvs: explicitly forbid ipv6 service/dest creation if ipv6 mod is disabledPaolo Abeni2017-04-281-5/+17
| | * | netfilter: x_tables: unlock on error in xt_find_table_lock()Dan Carpenter2017-04-281-1/+3
| | |/
| | * netfilter: Wrong icmp6 checksum for ICMPV6_TIME_EXCEED in reverse SNATv6 pathDave Johnson2017-04-251-1/+1
| | * netfilter: nft_dynset: continue to next expr if _OP_ADD succeededLiping Zhang2017-04-251-3/+2
| | * bridge: ebtables: fix reception of frames DNAT-ed to bridge device/portLinus Lüssing2017-04-251-0/+20
| | * netfilter: xt_socket: Fix broken IPv6 handlingPeter Tirsek2017-04-241-1/+1
| | * netfilter: ctnetlink: acquire ct->lock before operating nf_ct_seqadjLiping Zhang2017-04-241-6/+15
| | * netfilter: ctnetlink: make it safer when updating ct->statusLiping Zhang2017-04-242-13/+33
| | * netfilter: ctnetlink: fix deadlock due to acquire _expect_lock twiceLiping Zhang2017-04-241-12/+12
| | * netfilter: ctnetlink: drop the incorrect cthelper module requestLiping Zhang2017-04-241-16/+1
| | * netfilter: nft_set_bitmap: free dummy elements when destroy the setLiping Zhang2017-04-241-0/+5
| | * netfilter: nf_ct_helper: permit cthelpers with different names via nfnetlinkLiping Zhang2017-04-241-5/+21
| | * openvswitch: Delete conntrack entry clashing with an expectation.Jarno Rajahalme2017-04-241-1/+29
| | * netfilter: xt_CT: fix refcnt leak on error pathGao Feng2017-04-241-2/+9
| * | netfilter: conntrack: Force inlining of build check to prevent build failureGeert Uytterhoeven2017-05-031-1/+1
| * | test_bpf: Use ULL suffix for 64-bit constantsGeert Uytterhoeven2017-05-031-5/+5
| * | net: usb: qmi_wwan: add Telit ME910 supportDaniele Palmas2017-05-031-0/+1
| * | tg3: don't clear stats while tg3_closeYueHaibing2017-05-031-4/+0
| * | selftests/bpf: get rid of -D__x86_64__Alexei Starovoitov2017-05-032-2/+3
| * | selftests/bpf: add a test case to check verifier pointer arithmeticYonghong Song2017-05-033-1/+275