summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-drivers-next-for-davem-2018-02-08' of git://git.kernel.or...David S. Miller2018-02-0818-32/+181
|\
| * Merge ath-current from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/at...Kalle Valo2018-02-088-11/+59
| |\
| | * Revert "ath10k: add sanity check to ie_len before parsing fw/board ie"Ryan Hsu2018-02-081-7/+7
| | * ath9k_htc: add Altai WA1011N-GUOleksij Rempel2018-02-071-0/+1
| | * ath10k: fix kernel panic issue during pci probeYu Wang2018-02-071-2/+10
| | * ath9k: Fix get channel default noise floorWojciech Dubowik2018-02-071-1/+1
| | * ath10k: add support for Ubiquiti rebranded QCA988X v2Tobias Schramm2018-02-073-0/+36
| | * PCI: Add Ubiquiti Networks vendor IDTobias Schramm2018-02-071-0/+2
| | * ath10k: correct the length of DRAM dump for QCA6174 hw3.x/QCA9377 hw1.1Yu Wang2018-02-071-1/+2
| * | rtlwifi: rtl8821ae: Fix connection lost problem correctlyLarry Finger2018-02-072-2/+4
| |/
| * mt76: do not set status->aggr for NULL data framesFelix Fietkau2018-02-011-1/+1
| * mt76: avoid re-queueing A-MPDU rx reorder work if no frames are pendingFelix Fietkau2018-02-011-1/+5
| * mt76: implement processing of BlockAckReq framesFelix Fietkau2018-02-011-1/+33
| * mt76: implement AP_LINK_PSFelix Fietkau2018-02-015-15/+78
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2018-02-011-1/+1
| |\
| | * ssb: Do not disable PCI host on non-MipsSven Joachim2018-01-261-1/+1
* | | tipc: fix skb truesize/datasize ratio controlHoang Le2018-02-081-2/+2
* | | net/sched: cls_u32: fix cls_u32 on filter replaceIvan Vecera2018-02-081-1/+2
* | | mpls, nospec: Sanitize array index in mpls_label_ok()Dan Williams2018-02-081-10/+14
* | | rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and ...Sowmini Varadhan2018-02-0811-30/+76
* | | net: Whitelist the skbuff_head_cache "cb" fieldKees Cook2018-02-081-1/+3
* | | net: Extra '_get' in declaration of arch_get_platform_mac_addressMathieu Malaterre2018-02-081-1/+1
* | | ibmvnic: queue reset when CRQ gets closed during resetNathan Fontenot2018-02-081-1/+5
* | | atm: he: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-02-081-4/+4
* | | rtnetlink: require unique netns identifierChristian Brauner2018-02-081-0/+48
* | | tuntap: add missing xdp flushJason Wang2018-02-081-0/+15
* | | netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel2018-02-081-2/+10
* | | rxrpc: Don't put crypto buffers on the stackDavid Howells2018-02-082-41/+52
* | | Merge branch 'nfp-fix-disabling-TC-offloads-in-flower-max-TSO-segs-and-module...David S. Miller2018-02-089-23/+53
|\ \ \
| * | | nfp: populate MODULE_VERSIONJakub Kicinski2018-02-081-0/+1
| * | | nfp: limit the number of TSO segmentsJakub Kicinski2018-02-082-1/+6
| * | | nfp: forbid disabling hw-tc-offload on representors while offload activeJakub Kicinski2018-02-087-21/+33
| * | | nfp: don't advertise hw-tc-offload on non-port netdevsJakub Kicinski2018-02-081-1/+1
| * | | nfp: bpf: require ETH tableJakub Kicinski2018-02-081-0/+12
|/ / /
* | | tcp: tracepoint: only call trace_tcp_send_reset with full socketSong Liu2018-02-082-2/+4
* | | sch_netem: Bug fixing in calculating Netem intervalMd. Islam2018-02-081-1/+1
* | | net: ethernet: ti: cpsw: fix net watchdog timeoutGrygorii Strashko2018-02-081-2/+14
* | | ibmvnic: Ensure that buffers are NULL after freeThomas Falcon2018-02-081-0/+5
* | | ibmvnic: Fix rx queue cleanup for non-fatal resetsJohn Allen2018-02-081-1/+2
* | | i40e: Fix the number of queues available to be mapped for useAmritha Nambiar2018-02-081-13/+14
* | | net/ipv6: onlink nexthop checks should default to main tableDavid Ahern2018-02-081-2/+3
* | | net/ipv6: Handle reject routes with onlink flagDavid Ahern2018-02-081-1/+2
* | | sun: Add SPDX license tags to Sun network driversShannon Nelson2018-02-0811-0/+11
* | | rxrpc: Fix received abort handlingDavid Howells2018-02-082-5/+14
* | | cxgb4: Fix error handling path in 'init_one()'Christophe JAILLET2018-02-081-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-02-0715-79/+97
|\ \ \
| * | | netfilter: nf_flow_offload: fix use-after-free and a resource leakFelix Fietkau2018-02-072-21/+7
| * | | netfilter: remove useless prototypeTaehee Yoo2018-02-071-5/+0
| * | | netfilter: nf_tables: fix flowtable freePablo Neira Ayuso2018-02-076-13/+26
| * | | netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_tablePablo Neira Ayuso2018-02-073-18/+28