summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net-tcp: remove useless tw_timeout fieldMaciej Żenczykowski2018-06-052-2/+0
* net: sched: cls: Fix offloading when ingress dev is vxlanPaul Blakey2018-06-051-10/+16
* sctp: not allow transport timeout value less than HZ/5 for hb_timerXin Long2018-06-051-1/+1
* bpfilter: switch to CC from HOSTCCAlexei Starovoitov2018-06-052-0/+6
* net: ipv6: Generate random IID for addresses on RAWIP devicesSubash Abhinov Kasiviswanathan2018-06-051-1/+3
* tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung2018-06-051-12/+14
* net/ipv6: prevent use after free in ip6_route_mpath_notifyDavid Ahern2018-06-051-4/+8
* l2tp: fix refcount leakage on PPPoL2TP socketsGuillaume Nault2018-06-051-18/+17
* net: sched: return error code when tcf proto is not foundVlad Buslov2018-06-041-2/+2
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-06-043-40/+19
|\
| * Bluetooth: Re-use kstrtobool_from_user()Andy Shevchenko2018-05-303-40/+19
* | net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound socketsMaciej Żenczykowski2018-06-041-1/+14
* | net-tcp: extend tcp_tw_reuse sysctl to enable loopback only optimizationMaciej Żenczykowski2018-06-042-4/+36
* | cls_flower: Fix comparing of old filter mask with new filterPaul Blakey2018-06-041-1/+1
* | cls_flower: Fix missing free of rhashtablePaul Blakey2018-06-041-0/+2
* | rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells2018-06-043-3/+17
* | ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-042-3/+3
* | Revert "ipv6: omit traffic class when calculating flow hash"David S. Miller2018-06-042-3/+3
* | ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-042-3/+3
* | net/packet: refine check for priv area sizeEric Dumazet2018-06-041-1/+1
* | vrf: check the original netdevice for generating redirectStephen Suryaputra2018-06-042-1/+8
* | net/ncsi: Avoid GFP_KERNEL in response handlerSamuel Mendoza-Jonas2018-06-031-2/+2
* | net/smc: fix error return code in smc_setsockopt()Wei Yongjun2018-06-031-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-0322-67/+100
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-0219-64/+97
| |\ \
| | * | ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel2018-06-012-5/+11
| | * | ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel2018-06-011-4/+4
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-06-012-4/+3
| | |\ \
| | | * | xfrm Fix potential error pointer dereference in xfrm_bundle_create.Steffen Klassert2018-05-311-3/+2
| | | * | xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet2018-05-141-1/+1
| | * | | kcm: Fix use-after-free caused by clonned socketsKirill Tkhai2018-06-011-1/+1
| | * | | net-sysfs: Fix memory leak in XPS configurationAlexander Duyck2018-05-311-3/+3
| | * | | net/ncsi: Fix array size in dumpit handlerSamuel Mendoza-Jonas2018-05-311-1/+1
| | * | | cls_flower: Fix incorrect idr release when failing to modify rulePaul Blakey2018-05-311-1/+1
| | * | | ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inlineMathieu Xhonneux2018-05-281-2/+2
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-05-289-43/+71
| | |\ \ \
| | | * | | netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()Taehee Yoo2018-05-291-1/+3
| | | * | | netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()Taehee Yoo2018-05-291-2/+2
| | | * | | netfilter: nf_tables: disable preemption in nft_update_chain_stats()Pablo Neira Ayuso2018-05-291-2/+2
| | | * | | netfilter: provide correct argument to nla_strlcpy()Eric Dumazet2018-05-242-3/+3
| | | * | | ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov2018-05-231-6/+15
| | | * | | netfilter: nft_limit: fix packet ratelimitingPablo Neira Ayuso2018-05-231-14/+24
| | | * | | netfilter: nft_meta: fix wrong value dereference in nft_meta_set_evalTaehee Yoo2018-05-231-6/+8
| | | * | | netfilter: ebtables: handle string from userspace with carePaolo Abeni2018-05-171-1/+2
| | | * | | netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()Taehee Yoo2018-05-171-8/+12
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-023-3/+3
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann2018-05-283-3/+3
* | | | | | netfilter: nf_tables: handle chain name lookups via rhltableFlorian Westphal2018-06-031-15/+98
* | | | | | netfilter: nf_tables: add connlimit supportPablo Neira Ayuso2018-06-033-0/+307
* | | | | | netfilter: nf_tables: add destroy_clone expressionPablo Neira Ayuso2018-06-032-2/+11