summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-07-274-13/+23
|\
| * esp6: fix memleak on error path in esp6_inputZhen Lei2018-06-271-1/+3
| * xfrm: free skb if nlsk pointer is NULLFlorian Westphal2018-06-251-4/+6
| * xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala2018-06-231-0/+3
| * xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet2018-06-191-3/+5
| * vti6: fix PMTU caching and reporting on xmitEyal Birger2018-06-071-5/+6
* | net: ena: Fix use of uninitialized DMA address bits fieldGal Pressman2018-07-261-0/+1
* | RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mrAvinash Repaka2018-07-266-20/+39
* | net: rollback orig value on failure of dev_qdisc_change_tx_queue_lenTariq Toukan2018-07-261-7/+10
* | net: fix amd-xgbe flow-control issuetangpengpeng2018-07-261-2/+2
* | cxgb4: Added missing break in ndo_udp_tunnel_{add/del}Arjun Vynipadath2018-07-251-0/+2
* | netdevsim: don't leak devlink resourcesJakub Kicinski2018-07-251-0/+1
* | net: igmp: make function __ip_mc_inc_group() staticWei Yongjun2018-07-251-1/+2
* | tcp: ack immediately when a cwr packet arrivesLawrence Brakmo2018-07-251-1/+8
* | hinic: Link the logical network device to the pci device in sysfsdann frazier2018-07-251-0/+1
* | virtio_net: Fix incosistent received bytes counterToshiaki Makita2018-07-251-18/+23
* | Merge tag 'mips_fixes_4.18_4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-07-242-2/+2
|\ \
| * | MIPS: ath79: fix register address in ath79_ddr_wb_flush()Felix Fietkau2018-07-201-1/+1
| * | MIPS: Fix off-by-one in pci_resource_to_user()Paul Burton2018-07-161-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-2475-562/+1029
|\ \ \
| * | | net: axienet: Fix double deregister of mdioShubhrajyoti Datta2018-07-241-0/+1
| * | | qmi_wwan: fix interface number for DW5821e production firmwareAleksander Morgado2018-07-241-1/+1
| * | | ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn2018-07-242-4/+10
| * | | bnx2x: Fix invalid memory access in rss hash config path.Sudarsana Reddy Kalluru2018-07-241-3/+10
| * | | net/mlx4_core: Save the qpn from the input modifier in RST2INIT wrapperJack Morgenstein2018-07-241-1/+1
| * | | r8169: restore previous behavior to accept BIOS WoL settingsHeiner Kallweit2018-07-241-2/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-07-247-150/+191
| |\ \ \
| | * | | netfilter: nf_tables: move dumper state allocation into ->startFlorian Westphal2018-07-241-104/+115
| | * | | netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior stateFlorian Westphal2018-07-201-4/+4
| | * | | netfilter: nf_tables: don't allow to rename to already-pending nameFlorian Westphal2018-07-201-13/+29
| | * | | netfilter: nf_tables: fix memory leaks on chain renameFlorian Westphal2018-07-201-6/+11
| | * | | netfilter: nf_tables: free flow table struct tooFlorian Westphal2018-07-201-0/+1
| | * | | netfilter: nf_tables: use dev->name directlyFlorian Westphal2018-07-202-10/+5
| | * | | netfilter: nft_set_rbtree: fix panic when destroying set by GCTaehee Yoo2018-07-181-2/+5
| | * | | netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()Taehee Yoo2018-07-181-0/+1
| | * | | netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo2018-07-174-11/+20
| * | | | Merge tag 'mac80211-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-07-246-53/+38
| |\ \ \ \
| | * | | | cfg80211: never ignore user regulatory hintAmar Singhal2018-07-241-25/+3
| | * | | | nl80211: Add a missing break in parse_station_flagsBernd Edlinger2018-07-091-0/+1
| | * | | | nl80211/mac80211: allow non-linear skb in rx_control_portDenis Kenzior2018-07-064-27/+32
| | * | | | mac80211: add stations tied to AP_VLANs during hw reconfigmpubbise@codeaurora.org2018-07-031-1/+2
| * | | | | sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann2018-07-231-3/+3
| * | | | | Merge branch 'tcp-robust-ooo'David S. Miller2018-07-231-12/+50
| |\ \ \ \ \
| | * | | | | tcp: add tcp_ooo_try_coalesce() helperEric Dumazet2018-07-231-4/+21
| | * | | | | tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet2018-07-231-2/+2
| | * | | | | tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet2018-07-231-2/+13
| | * | | | | tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet2018-07-231-0/+3
| | * | | | | tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet2018-07-231-4/+11
| |/ / / / /
| * | | | | ip: hash fragments consistentlyPaolo Abeni2018-07-232-0/+4
| * | | | | ipv6: use fib6_info_hold_safe() when necessaryWei Wang2018-07-233-11/+38