summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne2019-04-131-1/+3
* net: netrom: Fix error cleanup path of nr_proto_initYueHaibing2019-04-111-1/+1
* net/smc: propagate file from SMC to TCP socketUrsula Braun2019-04-111-6/+0Star
* net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()Jakub Kicinski2019-04-111-1/+1
* net/tls: don't leak partially sent record in device modeJakub Kicinski2019-04-101-0/+2
* Merge tag 'mac80211-for-davem-2019-04-09' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-04-092-29/+39
|\
| * mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau2019-04-081-4/+20
| * cfg80211: add ratelimited variants of err and warnStanislaw Gruszka2019-04-081-0/+5
| * mac80211: rework locking for txq scheduling / airtime fairnessFelix Fietkau2019-03-291-30/+19Star
* | nfc: nci: Potential off by one in ->pipes[] arrayDan Carpenter2019-04-071-1/+1
* | net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni2019-04-011-7/+19
* | net: sched: introduce and use qstats read helpersPaolo Abeni2019-04-011-0/+18
* | vrf: check accept_source_route on the original netdeviceStephen Suryaputra2019-04-011-1/+1
|/
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-03-292-8/+3Star
* net/sched: let actions use RCU to access 'goto_chain'Davide Caratti2019-03-212-1/+2
* net/sched: don't dereference a->goto_chain to read the chain indexDavide Caratti2019-03-211-1/+1
* net/sched: prepare TC actions to properly validate the control actionDavide Caratti2019-03-211-1/+6
* sctp: get sctphdr by offset in sctp_compute_cksumXin Long2019-03-191-1/+1
* packets: Always register packet sk in the same orderMaxime Chevallier2019-03-191-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-161-1/+0Star
|\
| * xsk: fix umem memory leak on cleanupBjörn Töpel2019-03-161-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-141-4/+8
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-03-121-4/+8
| |\ \ | | |/ | |/|
| | * netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso2019-03-111-0/+6
| | * netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso2019-03-081-4/+2Star
* | | sctp: convert to genradixKent Overstreet2019-03-121-7/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-111-1/+0Star
|\| |
| * | net: keep refcount warning in reqsk_free()Guillaume Nault2019-03-101-1/+0Star
| |/
* | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-0/+1
|\ \ | |/ |/|
| * net: split out functions related to registering inflight socket filesJens Axboe2019-02-281-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-041-18/+13Star
|\ \
| * | net: sched: put back q.qlen into a single locationEric Dumazet2019-03-021-18/+13Star
* | | devlink: Add support for direct reporter health state updateEran Ben Elisha2019-03-041-0/+14
* | | tls: Fix write space handlingBoris Pismenny2019-03-041-0/+3
* | | tls: Fix tls_device handling of partial recordsBoris Pismenny2019-03-041-16/+4Star
* | | net: dsa: add KSZ9893 switch tagging supportTristram Ha2019-03-031-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-03-028-148/+49Star
|\ \ \
| * | | netfilter: nf_tables: nat: merge nft_masq protocol specific modulesFlorian Westphal2019-03-011-22/+0Star
| * | | netfilter: nf_tables: nat: merge nft_redir protocol specific modulesFlorian Westphal2019-03-011-22/+0Star
| * | | netfilter: conntrack: avoid same-timeout updateFlorian Westphal2019-02-271-5/+5
| * | | netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal2019-02-273-55/+39Star
| * | | netfilter: nat: remove l3proto structFlorian Westphal2019-02-271-8/+0Star
| * | | netfilter: nat: remove csum_recalc hookFlorian Westphal2019-02-271-4/+3Star
| * | | netfilter: nat: remove csum_update hookFlorian Westphal2019-02-271-5/+0Star
| * | | netfilter: nat: remove l3 manip_pkt hookFlorian Westphal2019-02-271-5/+4Star
| * | | netfilter: nat: remove nf_nat_l4proto.hFlorian Westphal2019-02-271-16/+0Star
| * | | netfilter: nat: move nlattr parse and xfrm session decode to coreFlorian Westphal2019-02-271-9/+0Star
| * | | netfilter: nat: merge ipv4 and ipv6 masquerade functionalityFlorian Westphal2019-02-271-4/+2Star
| * | | netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso2019-02-271-0/+3
* | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-03-021-0/+12
|\ \ \ \