summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-09-20netfilter: conntrack: clamp l4proto array size at largers supported protocolFlorian Westphal
2018-09-20netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal
2018-09-20netfilter: conntrack: remove unused proto arg from netns init functionsFlorian Westphal
2018-09-20netfilter: conntrack: remove error callback and handle icmp from coreFlorian Westphal
2018-09-20netfilter: conntrack: avoid using ->error callback if possibleFlorian Westphal
2018-09-20netfilter: conntrack: deconstify packet callback skb pointerFlorian Westphal
2018-09-20netfilter: conntrack: remove the l4proto->new() functionFlorian Westphal
2018-09-20netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal
2018-09-17netfilter: nat: remove unnecessary rcu_read_lock in nf_nat_redirect_ipv{4/6}Taehee Yoo
2018-09-17netfilter: cttimeout: remove superfluous check on layer 4 netlink functionsPablo Neira Ayuso
2018-09-17netfilter: nf_nat_ipv4: remove obsolete EXPORT_SYMBOLFlorian Westphal
2018-09-17netfilter: xtables: avoid BUG_ONFlorian Westphal
2018-09-17netfilter: nf_tables: avoid BUG_ON usageFlorian Westphal
2018-09-17netfilter: xt_cgroup: shrink size of v2 pathPablo Neira Ayuso
2018-09-17netfilter: ctnetlink: Support L3 protocol-filter on flushKristian Evensen
2018-09-17netfilter: nf_tables: add xfrm expressionFlorian Westphal
2018-09-17netfilter: remove obsolete need_conntrack stubFlorian Westphal
2018-09-17netfilter: nf_tables: asynchronous releaseFlorian Westphal
2018-09-17netfilter: nf_tables: warn when expr implements only one of activate/deactivateFlorian Westphal
2018-09-17netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal
2018-09-17netfilter: nf_tables: rt: allow checking if dst has xfrm attachedFlorian Westphal
2018-09-16ip6_gre: simplify gre header parsing in ip6gre_errHaishuang Yan
2018-09-16ip_gre: fix parsing gre header in ipgre_errHaishuang Yan
2018-09-16net/sched: act_police: don't use spinlock in the data pathDavide Caratti
2018-09-16net/sched: act_police: use per-cpu countersDavide Caratti
2018-09-13pktgen: Fix fall-through annotationGustavo A. R. Silva
2018-09-13gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen
2018-09-13llc: avoid blocking in llc_sap_close()Cong Wang
2018-09-13ipv6: Add sockopt IPV6_MULTICAST_ALL analogue to IP_MULTICAST_ALLAndre Naujoks
2018-09-13net: dsa: Add Lantiq / Intel GSWIP tag supportHauke Mehrtens
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-12net: bridge: add support for sticky fdb entriesNikolay Aleksandrov
2018-09-12tipc: check return value of __tipc_dump_start()Cong Wang
2018-09-12rds: fix two RCU related problemsCong Wang
2018-09-12netlink: remove hash::nelems check in netlink_insertLi RongQing
2018-09-12net/tls: Fixed return value when tls_complete_pending_work() failsVakul Garg
2018-09-11erspan: fix error handling for erspan tunnelHaishuang Yan
2018-09-11erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan
2018-09-11tcp: rate limit synflood warnings furtherWillem de Bruijn
2018-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-09-11netfilter: xt_hashlimit: use s->file instead of s->privateCong Wang
2018-09-11netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEATMichal 'vorner' Vaner
2018-09-11netfilter: cttimeout: ctnl_timeout_find_get() returns incorrect pointer to typePablo Neira Ayuso
2018-09-11netfilter: conntrack: timeout interface depend on CONFIG_NF_CONNTRACK_TIMEOUTPablo Neira Ayuso
2018-09-11netfilter: conntrack: reset tcp maxwin on re-registerFlorian Westphal
2018-09-10htb: use anonymous union for simplicityCong Wang
2018-09-10net_sched: remove redundant qdisc lock classesCong Wang
2018-09-10net: sched: cls_flower: dump offload count valueVlad Buslov
2018-09-10net: Add and use skb_list_del_init().David S. Miller
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller