summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * selftests/tls: test for lowat overshoot with multiple recordsJakub Kicinski2019-05-271-0/+19
| | | * net/tls: fix lowat calculation if some data came from previous recordJakub Kicinski2019-05-271-7/+6
| | |/
| | * Merge branch 'dpaa2-eth-Fix-smatch-warnings'David S. Miller2019-05-263-3/+6
| | |\
| | | * dpaa2-eth: Make constant 64-bit longIoana Radulescu2019-05-261-1/+1
| | | * dpaa2-eth: Use PTR_ERR_OR_ZERO where appropriateIoana Radulescu2019-05-261-2/+2
| | | * dpaa2-eth: Fix potential spectre issueIoana Radulescu2019-05-261-0/+3
| | |/
| | * bonding/802.3ad: fix slave link initialization transition statesJarod Wilson2019-05-261-5/+10
| | * net: ethtool: Document get_rxfh_context and set_rxfh_context ethtool opsMaxime Chevallier2019-05-261-0/+9
| | * Merge branch 'fix-some-bugs-in-stmmac'David S. Miller2019-05-253-6/+8
| | |\
| | | * net: stmmac: dwmac-mediatek: modify csr_clk value to fix mdio read/write failBiao Huang2019-05-251-2/+0
| | | * net: stmmac: fix csr_clk can't be zero issueBiao Huang2019-05-252-4/+7
| | | * net: stmmac: update rx tail pointer register to fix rx dma hang issue.Biao Huang2019-05-251-0/+1
| | |/
| | * ip_sockglue: Fix missing-check bug in ip_ra_control()Gen Zhang2019-05-251-0/+2
| | * ipv6_sockglue: Fix a missing-check bug in ip6_ra_control()Gen Zhang2019-05-251-0/+2
| | * net: sched: don't use tc_action->order during action dumpVlad Buslov2019-05-241-2/+1
| | * cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on page size"Vishal Kulkarni2019-05-241-0/+11
| | * net: fec: fix the clk mismatch in failed_reset pathAndy Duan2019-05-241-1/+1
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-05-2313-63/+375
| | |\
| | | * selftests: netfilter: add flowtable test scriptFlorian Westphal2019-05-222-1/+325
| | | * netfilter: nft_flow_offload: IPCB is only valid for ipv4 familyFlorian Westphal2019-05-221-6/+11
| | | * netfilter: nft_flow_offload: don't offload when sequence numbers need adjustmentFlorian Westphal2019-05-221-4/+2
| | | * netfilter: nft_flow_offload: set liberal tracking mode for tcpFlorian Westphal2019-05-221-0/+8
| | | * netfilter: nf_flow_table: ignore DF bit settingFlorian Westphal2019-05-221-2/+1
| | | * netfilter: nat: fix udp checksum corruptionFlorian Westphal2019-05-211-1/+1
| | | * selftests: netfilter: missing error check when setting up veth interfaceJeffrin Jose T2019-05-211-1/+5
| | | * ipvs: Fix use-after-free in ip_vs_inYueHaibing2019-05-211-1/+1
| | | * netfilter: nft_fib: Fix existence check supportPhil Sutter2019-05-214-38/+9
| | | * netfilter: nf_queue: fix reinject verdict handlingJagdish Motwani2019-05-211-0/+1
| | | * netfilter: nf_tables: fix oops during rule dumpFlorian Westphal2019-05-201-9/+11
| | * | cxgb4: offload VLAN flows regardless of VLAN ethtypeRaju Rangoju2019-05-231-2/+3
| | * | hsr: fix don't prune the master node from the node_dbAndreas Oetken2019-05-231-0/+8
| | * | net: mvpp2: cls: Fix leaked ethtool_rx_flow_ruleMaxime Chevallier2019-05-231-0/+3
| | * | ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet2019-05-231-11/+11
| | * | ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet2019-05-231-17/+30
| | * | Merge branch 'bnxt_en-Bug-fixes'David S. Miller2019-05-234-17/+23
| | |\ \
| | | * | bnxt_en: Device serial number is supported only for PFs.Vasundhara Volam2019-05-231-5/+6
| | | * | bnxt_en: Reduce memory usage when running in kdump kernel.Michael Chan2019-05-232-3/+5
| | | * | bnxt_en: Fix possible BUG() condition when calling pci_disable_msix().Michael Chan2019-05-234-9/+10
| | | * | bnxt_en: Fix aggregation buffer leak under OOM condition.Michael Chan2019-05-231-0/+2
| | |/ /
| | * | ipv6: Fix redirect with VRFDavid Ahern2019-05-231-0/+6
| | * | net: stmmac: fix reset gpio free missingJisheng Zhang2019-05-231-1/+2
| | * | mISDN: make sure device name is NUL terminatedDan Carpenter2019-05-231-2/+3
| | * | net: macb: save/restore the remaining registers and featuresClaudiu Beznea2019-05-232-27/+91
| | * | Merge branch 'net-tls-fix-device-surprise-removal-with-offload'David S. Miller2019-05-221-12/+12
| | |\ \
| | | * | net/tls: don't ignore netdev notifications if no TLS featuresJakub Kicinski2019-05-221-1/+2
| | | * | net/tls: fix state removal with feature flags offJakub Kicinski2019-05-221-6/+0
| | | * | net/tls: avoid NULL-deref on resync during device removalJakub Kicinski2019-05-221-5/+10
| | |/ /
| | * | Merge branch 'Documentation-tls--add-offload-documentation'David S. Miller2019-05-227-26/+549
| | |\ \
| | | * | Documentation: add TLS offload documentationJakub Kicinski2019-05-226-0/+488
| | | * | Documentation: tls: RSTify the ktls documentationJakub Kicinski2019-05-222-13/+30