aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-20netfilter: conntrack: clamp l4proto array size at largers supported protocolFlorian Westphal1-1/+1
2018-09-20netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal17-273/+69
2018-09-20netfilter: conntrack: remove unused proto arg from netns init functionsFlorian Westphal9-11/+10
2018-09-20netfilter: conntrack: remove error callback and handle icmp from coreFlorian Westphal3-18/+43
2018-09-20netfilter: conntrack: avoid using ->error callback if possibleFlorian Westphal3-106/+91
2018-09-20netfilter: conntrack: deconstify packet callback skb pointerFlorian Westphal8-63/+94
2018-09-20netfilter: conntrack: remove the l4proto->new() functionFlorian Westphal9-258/+194
2018-09-20netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal11-110/+137
2018-09-17netfilter: nat: remove unnecessary rcu_read_lock in nf_nat_redirect_ipv{4/6}Taehee Yoo1-4/+0
2018-09-17netfilter: cttimeout: remove superfluous check on layer 4 netlink functionsPablo Neira Ayuso2-33/+18
2018-09-17netfilter: nf_nat_ipv4: remove obsolete EXPORT_SYMBOLFlorian Westphal1-1/+0
2018-09-17netfilter: xtables: avoid BUG_ONFlorian Westphal4-9/+12
2018-09-17netfilter: nf_tables: avoid BUG_ON usageFlorian Westphal3-7/+14
2018-09-17netfilter: xt_cgroup: shrink size of v2 pathPablo Neira Ayuso1-0/+72
2018-09-17netfilter: ctnetlink: Support L3 protocol-filter on flushKristian Evensen1-22/+28
2018-09-17netfilter: nf_tables: add xfrm expressionFlorian Westphal3-0/+301
2018-09-17netfilter: remove obsolete need_conntrack stubFlorian Westphal1-7/+0
2018-09-17netfilter: nf_tables: asynchronous releaseFlorian Westphal1-6/+50
2018-09-17netfilter: nf_tables: warn when expr implements only one of activate/deactivateFlorian Westphal1-0/+19
2018-09-17netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal4-14/+83
2018-09-17netfilter: nf_tables: rt: allow checking if dst has xfrm attachedFlorian Westphal1-0/+11
2018-09-16ip6_gre: simplify gre header parsing in ip6gre_errHaishuang Yan1-22/+4
2018-09-16ip_gre: fix parsing gre header in ipgre_errHaishuang Yan2-9/+7
2018-09-16net/sched: act_police: don't use spinlock in the data pathDavide Caratti1-64/+92
2018-09-16net/sched: act_police: use per-cpu countersDavide Caratti1-24/+22
2018-09-13pktgen: Fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-09-13gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2-0/+2
2018-09-13llc: avoid blocking in llc_sap_close()Cong Wang1-3/+1
2018-09-13ipv6: Add sockopt IPV6_MULTICAST_ALL analogue to IP_MULTICAST_ALLAndre Naujoks3-1/+13
2018-09-13net: dsa: Add Lantiq / Intel GSWIP tag supportHauke Mehrtens5-0/+119
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller32-136/+262
2018-09-12net: bridge: add support for sticky fdb entriesNikolay Aleksandrov2-3/+17
2018-09-12tipc: check return value of __tipc_dump_start()Cong Wang1-1/+4
2018-09-12rds: fix two RCU related problemsCong Wang1-1/+4
2018-09-12netlink: remove hash::nelems check in netlink_insertLi RongQing1-5/+0
2018-09-12net/tls: Fixed return value when tls_complete_pending_work() failsVakul Garg1-4/+6
2018-09-11erspan: fix error handling for erspan tunnelHaishuang Yan1-0/+3
2018-09-11erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan1-0/+2
2018-09-11tcp: rate limit synflood warnings furtherWillem de Bruijn1-2/+2
2018-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller18-99/+180
2018-09-11netfilter: xt_hashlimit: use s->file instead of s->privateCong Wang1-9/+9
2018-09-11netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEATMichal 'vorner' Vaner1-0/+1
2018-09-11netfilter: cttimeout: ctnl_timeout_find_get() returns incorrect pointer to typePablo Neira Ayuso1-3/+3
2018-09-11netfilter: conntrack: timeout interface depend on CONFIG_NF_CONNTRACK_TIMEOUTPablo Neira Ayuso8-45/+45
2018-09-11netfilter: conntrack: reset tcp maxwin on re-registerFlorian Westphal1-0/+26
2018-09-10htb: use anonymous union for simplicityCong Wang1-49/+49
2018-09-10net_sched: remove redundant qdisc lock classesCong Wang1-7/+0
2018-09-10net: sched: cls_flower: dump offload count valueVlad Buslov1-1/+4
2018-09-10net: Add and use skb_list_del_init().David S. Miller2-9/+3
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller21-28/+28