summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2017-02-12netfilter: nfnetlink: add nfnetlink_rcv_skb_batch()Pablo Neira Ayuso
2017-02-12netfilter: nfnetlink: get rid of u_intX_t typesPablo Neira Ayuso
2017-02-12netfilter: nf_ct_expect: nf_ct_expect_insert() returns voidGao Feng
2017-02-12netfilter: nf_ct_sip: Use mod_timer_pending()Gao Feng
2017-02-08netfilter: nft_exthdr: add TCP option matchingManuel Messner
2017-02-08netfilter: nft_ct: add zone id set supportFlorian Westphal
2017-02-08netfilter: nft_ct: prepare for key-dependent error unwindFlorian Westphal
2017-02-08netfilter: nft_ct: add zone id get supportFlorian Westphal
2017-02-08netfilter: nf_tables: add bitmap set typePablo Neira Ayuso
2017-02-08netfilter: nf_tables: add space notation to setsPablo Neira Ayuso
2017-02-08netfilter: nf_tables: rename struct nft_set_estimate class fieldPablo Neira Ayuso
2017-02-08netfilter: nf_tables: add flush field to struct nft_set_iterPablo Neira Ayuso
2017-02-08netfilter: nf_tables: rename deactivate_one() to flush()Pablo Neira Ayuso
2017-02-08netfilter: nf_tables: use struct nft_set_iter in set element flushPablo Neira Ayuso
2017-02-08netfilter: nf_tables: pass netns to set->ops->remove()Pablo Neira Ayuso
2017-02-08netfilter: nft_exthdr: Add support for existence checkPhil Sutter
2017-02-03net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet
2017-02-03net: remove support for per driver ndo_busy_poll()Eric Dumazet
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-02-03sched: cls_flower: expose priority to offloading netdeviceJiri Pirko
2017-02-03tcp: clear pfmemalloc on outgoing skbEric Dumazet
2017-02-03net: ipv6: Set protocol to kernel for local routesDavid Ahern
2017-02-03bridge: vlan dst_metadata hooks in ingress and egress pathsRoopa Prabhu
2017-02-03bridge: per vlan dst_metadata netlink supportRoopa Prabhu
2017-02-03net/sched: act_ife: Change to use ife moduleYotam Gigi
2017-02-03net: Introduce ife encapsulation moduleYotam Gigi
2017-02-03net/sched: act_ife: Unexport ife_tlv_meta_encodeYotam Gigi
2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet
2017-02-02net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet
2017-02-02net: ipv4: remove fib_lookup.h from devinet.c include listDavid Ahern
2017-02-02net: remove useless pfmemalloc settingEric Dumazet
2017-02-02unix: add ioctl to open a unix socket file with O_PATHAndrey Vagin
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-02netfilter: allow logging from non-init namespacesMichal Kubeček
2017-02-02ipvs: free ip_vs_dest structs when refcnt=0David Windsor
2017-02-02netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal
2017-02-02netfilter: guarantee 8 byte minalign for template addressesFlorian Westphal
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal
2017-02-02netfilter: reduce direct skb->nfct usageFlorian Westphal
2017-02-02netfilter: reset netfilter state when duplicating packetFlorian Westphal
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal
2017-02-02netfilter: nf_tables: Eliminate duplicated code in nf_tables_table_enable()Feng
2017-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-02-01net/sched: act_psample: Remove unnecessary ASSERT_RTNLYotam Gigi
2017-02-01net/sched: act_sample: Fix error path in initYotam Gigi
2017-02-01tcp: fix 0 divide in __tcp_select_window()Eric Dumazet
2017-02-01ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter
2017-02-01net: ipv6: add NLM_F_APPEND in notifications when applicableDavid Ahern
2017-02-01net: reduce skb_warn_bad_offload() noiseEric Dumazet