summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-2016-155/+150
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-02-1913-143/+108
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-02-182-1/+5
| | |\
| | | * ipvs: fix warning on unused variableAndrea Claudi2019-02-161-1/+2
| | | * netfilter: nf_tables: fix flush after rule deletion in the same batchPablo Neira Ayuso2019-02-151-0/+3
| | * | mac80211: mesh: fix missing unlock on error in table_path_del()Wei Yongjun2019-02-181-1/+1
| | * | net: Do not allocate page fragments that are not skb alignedAlexander Duyck2019-02-171-0/+4
| | * | tcp: tcp_v4_err() should be more carefulEric Dumazet2019-02-171-1/+4
| | * | tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet2019-02-171-1/+1
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-02-163-13/+14
| | |\ \
| | | * | xsk: do not remove umem from netdevice on fall-back to copy-modeBjörn Töpel2019-02-121-1/+2
| | | * | xsk: share the mmap_sem for page pinningDavidlohr Bueso2019-02-111-4/+4
| | | * | xsk: add missing smp_rmb() in xsk_mmapMagnus Karlsson2019-02-101-0/+4
| | | * | bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn2019-02-101-8/+4
| | * | | net: Fix for_each_netdev_feature on Big endianHauke Mehrtens2019-02-151-2/+2
| | * | | net: ip6_gre: initialize erspan_ver just for erspan tunnelsLorenzo Bianconi2019-02-151-14/+20
| | * | | mac80211: Restore vif beacon interval if start ap failsRakesh Pillai2019-02-151-1/+5
| | * | | mac80211: Free mpath object when rhashtable insertion failsHerbert Xu2019-02-151-8/+9
| | * | | mac80211: Use linked list instead of rhashtable walk for mesh tablesHerbert Xu2019-02-152-101/+43
| | | |/ | | |/|
| * | | Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-02-161-11/+38
| |\ \ \
| | * | | sunrpc: fix 4 more call sites that were using stack memory with a scatterlistScott Mayhew2019-02-151-11/+38
| * | | | Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-02-162-2/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | rpc: properly check debugfs dentry before using itGreg Kroah-Hartman2019-02-121-1/+1
| | * | | xprtrdma: Make sure Send CQ is allocated on an existing compvecNicolas Morey-Chaisemartin2019-02-121-1/+2
* | | | | Merge branch 'ieee802154-for-davem-2019-02-19' of git://git.kernel.org/pub/sc...David S. Miller2019-02-191-112/+29
|\ \ \ \ \
| * | | | | 6lowpan: use rbtree for IP frag queuePeter Oskolkov2019-02-191-112/+29
* | | | | | net: rose: add missing dev_put() on error in rose_bindYueHaibing2019-02-191-1/+3
* | | | | | net/tls: Move protocol constants from cipher context to tls contextVakul Garg2019-02-193-93/+120
|/ / / / /
* | | | | net: dsa: Implement flow_dissect callback for tag_dsa.Rundong Ge2019-02-182-0/+18
* | | | | net: sched: using kfree_rcu() to simplify the codeWei Yongjun2019-02-181-6/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-02-1817-55/+154
|\ \ \ \ \
| * | | | | netfilter: nf_conntrack_sip: add sip_external_media logicAlin Nastac2019-02-161-0/+42
| * | | | | netfilter: ipt_CLUSTERIP: make symbol 'cip_netdev_notifier' staticWei Yongjun2019-02-161-1/+1
| * | | | | netfilter: reject: skip csum verification for protocols that don't support itAlin Nastac2019-02-133-12/+10
| * | | | | netfilter: conntrack: fix cloned unconfirmed skb->_nfct race in __nf_conntrac...Chieh-Min Wang2019-02-121-3/+11
| * | | | | netfilter: xt_recent: Use struct_size() in kvzalloc()Gustavo A. R. Silva2019-02-121-3/+1
| * | | | | ipvs: Use struct_size() helperGustavo A. R. Silva2019-02-121-4/+2
| * | | | | netfilter: conntrack: fix indentation issueColin Ian King2019-02-121-1/+1
| * | | | | netfilter: ipv6: avoid indirect calls for IPV6=y caseFlorian Westphal2019-02-044-29/+17
| * | | | | netfilter: nat: remove module dependency on ipv6 coreFlorian Westphal2019-02-043-3/+39
| * | | | | netfilter: nft_tunnel: Add NFTA_TUNNEL_MODE optionswenxu2019-02-041-2/+32
| * | | | | netfilter: nf_tables: add NFTA_RULE_POSITION_ID to nla_policyFlorian Westphal2019-01-291-0/+1
* | | | | | net: sched: sch_api: set an error msg when qdisc_alloc_handle() failsIvan Vecera2019-02-171-2/+4
* | | | | | ethtool: add compat for flash updateJakub Kicinski2019-02-172-3/+39
* | | | | | devlink: add flash update commandJakub Kicinski2019-02-171-0/+30
* | | | | | net: sched: cgroup: verify that filter is not NULL during walkVlad Buslov2019-02-171-0/+2
* | | | | | net: sched: matchall: verify that filter is not NULL in mall_walk()Vlad Buslov2019-02-171-0/+3
* | | | | | net: sched: route: don't set arg->stop in route4_walk() when emptyVlad Buslov2019-02-171-4/+1
* | | | | | net: sched: fw: don't set arg->stop in fw_walk() when emptyVlad Buslov2019-02-171-4/+1
* | | | | | net: caif: use skb helpers instead of open-coding themJann Horn2019-02-171-11/+5