summaryrefslogtreecommitdiff
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: phy: et011c: Remove incorrect PHY_POLL flagsFlorian Fainelli
2018-09-16Merge branch 'act_police-lockless-data-path'David S. Miller
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-14cxgb4: update supported DCB versionGanesh Goudar
2018-09-14cxgb4: add per rx-queue counter for packet errorsGanesh Goudar
2018-09-14cxgb4: Fix endianness issue in t4_fwcache()Ganesh Goudar
2018-09-14net: move definition of pcpu_lstats to header fileLi RongQing
2018-09-13net/ibm/emac: Remove VLA usageKees Cook
2018-09-13pktgen: Fix fall-through annotationGustavo A. R. Silva
2018-09-13tg3: Fix fall-through annotationsGustavo A. R. Silva
2018-09-13gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen
2018-09-13vxlan: Remove duplicated include from vxlan.hYueHaibing
2018-09-13net: dsa: b53: Do not fail when IRQ are not initializedFlorian Fainelli
2018-09-13Merge branch 'vhost_net-TX-batching'David S. Miller
2018-09-13vhost_net: batch submitting XDP buffers to underlayer socketsJason Wang
2018-09-13tap: accept an array of XDP buffs through sendmsg()Jason Wang
2018-09-13tuntap: accept an array of XDP buffs through sendmsg()Jason Wang
2018-09-13tun: switch to new type of msg_controlJason Wang
2018-09-13tuntap: move XDP flushing out of tun_do_xdp()Jason Wang
2018-09-13tuntap: split out XDP logicJason Wang
2018-09-13tuntap: tweak on the path of skb XDP case in tun_build_skb()Jason Wang
2018-09-13tuntap: simplify error handling in tun_build_skb()Jason Wang
2018-09-13tuntap: enable bh early during processing XDPJason Wang
2018-09-13tuntap: switch to use XDP_PACKET_HEADROOMJason Wang
2018-09-13net: sock: introduce SOCK_XDPJason Wang
2018-09-13llc: avoid blocking in llc_sap_close()Cong Wang