summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipvs: SNAT packet replies only for NATed connectionsJulian Anastasov2017-05-081-5/+14
* 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/+10Star
| * 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/+2Star
| * 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/+1Star
| * 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/+0Star
* | 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
* | xdp: use common helper for netlink extended ack reportingDaniel Borkmann2017-05-033-17/+14Star
* | net: ipv6: Do not duplicate DAD on link upDavid Ahern2017-05-031-2/+3
* | smsc911x: Adding support for Micochip LAN9250 Ethernet controllerDavid Cai2017-05-032-19/+49
* | Merge branch 'sample-bpf-loader-fixes'David S. Miller2017-05-036-82/+201
|\ \
| * | samples/bpf: export map_data[] for more info on mapsJesper Dangaard Brouer2017-05-031-1/+7
| * | samples/bpf: load_bpf.c make callback fixup more flexibleJesper Dangaard Brouer2017-05-033-18/+23
| * | samples/bpf: make bpf_load.c code compatible with ELF maps section changesJesper Dangaard Brouer2017-05-031-69/+155
| * | samples/bpf: adjust rlimit RLIMIT_MEMLOCK for traceex2, tracex3 and tracex4Jesper Dangaard Brouer2017-05-033-0/+22
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-0331-41/+39Star
|\ \
| * | tty: fix comment for __tty_alloc_driver()Thadeu Lima de Souza Cascardo2017-04-241-1/+1
| * | init/main: properly align the multi-line commentViresh Kumar2017-04-241-4/+4
| * | init/main: Fix double "the" in commentViresh Kumar2017-04-241-1/+1
| * | Fix dead URLs to ftp.kernel.orgSeongJae Park2017-03-286-9/+8Star