summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-03-0211-39/+98
|\
| * ipvs: remove IPS_NAT_MASK check to fix passive FTPJulian Anastasov2018-02-281-1/+1
| * netfilter: nf_tables: use the right index from flowtable error pathPablo Neira Ayuso2018-02-271-1/+1
| * netfilter: nf_tables: missing attribute validation in nf_tables_delflowtable()Pablo Neira Ayuso2018-02-271-0/+5
| * netfilter: nf_tables: return EBUSY if device already belongs to flowtablePablo Neira Ayuso2018-02-271-1/+17
| * netfilter: use skb_to_full_sk in ip6_route_me_harderEric Dumazet2018-02-251-4/+5
| * netfilter: don't set F_IFACE on ipv6 fib lookupsFlorian Westphal2018-02-252-14/+2
| * netfilter: increase IPSTATS_MIB_CSUMERRORS statTaehee Yoo2018-02-251-1/+3
| * netfilter: nf_flow_table: fix checksum when handling DNATFelix Fietkau2018-02-251-0/+1
| * netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsetsFlorian Westphal2018-02-251-1/+12
| * netfilter: ebtables: convert BUG_ONs to WARN_ONsFlorian Westphal2018-02-251-9/+18
| * netfilter: bridge: ebt_among: add missing match size checksFlorian Westphal2018-02-251-2/+19
| * netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal2018-02-251-0/+4
| * netfilter: ipt_CLUSTERIP: put config instead of freeing itFlorian Westphal2018-02-251-3/+4
| * netfilter: ipt_CLUSTERIP: put config struct if we can't increment ct refcountFlorian Westphal2018-02-251-2/+6
* | Merge tag 'mac80211-for-davem-2018-03-02' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-03-023-9/+14
|\ \
| * | cfg80211: add missing dependency to CFG80211 suboptionsRomain Naour2018-02-271-8/+5
| * | mac80211: drop frames with unexpected DS bits from fast-rx to slow pathFelix Fietkau2018-02-231-1/+1
| * | mac80211: Adjust TSQ pacing shiftToke Høiland-Jørgensen2018-02-231-0/+8
* | | rds: Incorrect reference counting in TCP socket creationKa-Cheong Poon2018-03-021-3/+11
* | | net: ethtool: don't ignore return from driver get_fecparam methodEdward Cree2018-03-011-1/+4
* | | vrf: check forwarding on the original netdevice when generating ICMP dest unr...Stephen Suryaputra2018-03-011-1/+10
* | | net: allow interface to be set into VRF if VLAN interface in same VRFMike Manning2018-03-011-5/+9
* | | net: ipv4: avoid unused variable warning for sysctlArnd Bergmann2018-03-011-2/+1
* | | mlxsw: spectrum: Fix handling of resource_size_paramJiri Pirko2018-02-281-3/+4
* | | net/smc: fix NULL pointer dereference on sock_create_kern() error pathDavide Caratti2018-02-281-1/+3
* | | net/smc: use link_id of server in confirm link replyKarsten Graul2018-02-282-1/+2
* | | net/smc: use a constant for control message lengthKarsten Graul2018-02-282-2/+2
* | | net/tcp/illinois: replace broken algorithm reference linkJoey Pabalinas2018-02-281-1/+1
* | | tcp: purge write queue upon RSTSoheil Hassas Yeganeh2018-02-281-0/+1
* | | tcp: revert F-RTO extension to detect more spurious timeoutsYuchung Cheng2018-02-281-18/+12
* | | tcp: revert F-RTO middle-box workaroundYuchung Cheng2018-02-281-10/+7
* | | tls: Use correct sk->sk_prot for IPV6Boris Pismenny2018-02-271-15/+37
* | | sit: fix IFLA_MTU ignored on NEWLINKXin Long2018-02-271-0/+7
* | | ip6_tunnel: fix IFLA_MTU ignored on NEWLINKXin Long2018-02-271-4/+8
* | | ip_gre: fix IFLA_MTU ignored on NEWLINKXin Long2018-02-271-5/+0
* | | tipc: correct initial value for group congestion flagJon Maloy2018-02-272-0/+2
* | | devlink: Fix resource coverity errorsArkadi Sharshevsky2018-02-271-16/+21
* | | net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca2018-02-271-2/+6
* | | devlink: Compare to size_new in case of resource child validationArkadi Sharshevsky2018-02-271-1/+1
* | | ip_tunnel: Do not use mark in skb by defaultThomas Winter2018-02-261-10/+3
* | | bridge: Fix VLAN reference count problemIdo Schimmel2018-02-261-0/+2
* | | qrtr: add MODULE_ALIAS macro to smdRamon Fried2018-02-261-0/+1
* | | l2tp: fix tunnel lookup use-after-free raceJames Chapman2018-02-261-7/+7
* | | l2tp: fix race in pppol2tp_release with session object destroyJames Chapman2018-02-261-25/+27
* | | l2tp: fix races with tunnel socket closeJames Chapman2018-02-264-116/+42
* | | l2tp: don't use inet_shutdown on ppp session destroyJames Chapman2018-02-261-10/+0
* | | l2tp: don't use inet_shutdown on tunnel destroyJames Chapman2018-02-261-9/+2
| |/ |/|
* | net_sched: gen_estimator: fix broken estimators based on percpu statsEric Dumazet2018-02-231-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-231-5/+1
|\ \