aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-15bridge: use either ndo VLAN ops or switchdev VLAN ops to install MASTER vlansScott Feldman1-2/+57
2015-06-15bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov1-0/+2
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov1-0/+6
2015-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller35-1659/+1843
2015-06-15netfilter: nf_tables_netdev: unregister hooks on net_device removalPablo Neira Ayuso2-4/+87
2015-06-15netfilter: nf_tables: add nft_register_basechain() and nft_unregister_basechain()Pablo Neira Ayuso1-15/+37
2015-06-15netfilter: nf_tables: attach net_device to basechainPablo Neira Ayuso1-37/+42
2015-06-15netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet4-26/+18
2015-06-15Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso21-1270/+1261
2015-06-15netfilter: Kconfig: get rid of parens around depends onPablo Neira Ayuso3-11/+13
2015-06-14tcp: cdg: use div_u64()Kenneth Klette Jonassen1-1/+1
2015-06-14netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik21-289/+322
2015-06-14netfilter: ipset: Introduce RCU locking in list typeJozsef Kadlecsik1-209/+189
2015-06-14netfilter: ipset: Introduce RCU locking in hash:* typesJozsef Kadlecsik12-236/+364
2015-06-14netfilter: ipset: Introduce RCU locking in bitmap:* typesJozsef Kadlecsik4-14/+38
2015-06-14netfilter: ipset: Prepare the ipset core to use RCU at set levelJozsef Kadlecsik1-22/+22
2015-06-14netfilter:ipset Remove rbtree from hash:net,ifaceJozsef Kadlecsik1-143/+20
2015-06-14netfilter: ipset: Make sure listing doesn't grab a set which is just being destroyed.Jozsef Kadlecsik1-15/+34
2015-06-14netfilter: ipset: Fix parallel resizing and listing of the same setJozsef Kadlecsik2-15/+58
2015-06-14netfilter: ipset: Fix cidr handling for hash:*net* typesJozsef Kadlecsik7-34/+42
2015-06-14netfilter: ipset: Check CIDR value only when attribute is givenSergey Popovich4-49/+41
2015-06-14netfilter: ipset: Make sure we always return line number on batchSergey Popovich15-75/+75
2015-06-14netfilter: ipset: Permit CIDR equal to the host address CIDR in IPv6Sergey Popovich5-15/+43
2015-06-14netfilter: ipset: Check extensions attributes before getting extensions.Sergey Popovich16-170/+29
2015-06-14netfilter: ipset: Use SET_WITH_*() helpers to test set extensionsSergey Popovich2-7/+7
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-25/+47
2015-06-12tcp: tcp_v6_connect() cleanupEric Dumazet1-2/+0
2015-06-12flow_dissector: fix ipv6 dst, hop-by-hop and routing ext hdrsEric Dumazet1-2/+4
2015-06-12flow_dissector: add support for dst, hop-by-hop and routing ext hdrsTom Herbert1-0/+17
2015-06-12flow_dissector: Fix MPLS entropy label handling in flow dissectorTom Herbert1-2/+2
2015-06-12net: ipv4: un-inline ip_finish_output2Florian Westphal1-1/+1
2015-06-12sctp: allow authenticating DATA chunks that are bundled with COOKIE_ECHOMarcelo Ricardo Leitner1-1/+10
2015-06-12netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal4-147/+55
2015-06-12netfilter: xtables: use percpu rule countersFlorian Westphal3-14/+80
2015-06-12netfilter: bridge: restore vlan tag when refragmentingFlorian Westphal1-0/+10
2015-06-12net: ip_fragment: remove BRIDGE_NETFILTER mtu special handlingFlorian Westphal2-4/+7
2015-06-12netfilter: bridge: forward IPv6 fragmented packetsBernhard Thaler3-42/+106
2015-06-12netfilter: bridge: re-order check_hbh_len()Bernhard Thaler1-55/+56
2015-06-12netfilter: bridge: rename br_parse_ip_optionsBernhard Thaler1-5/+4
2015-06-12netfilter: bridge: refactor frag_max_sizeBernhard Thaler2-14/+7
2015-06-12netfilter: bridge: detect NAT66 correctly and change MAC addressBernhard Thaler2-9/+47
2015-06-12netfilter: bridge: re-order br_nf_pre_routing_finish_ipv6()Bernhard Thaler1-31/+32
2015-06-12netfilter: bridge: refactor clearing BRNF_NF_BRIDGE_PREROUTINGBernhard Thaler1-2/+2
2015-06-12netfilter: conntrack: warn the user if there is a better helper to useMarcelo Ricardo Leitner1-1/+7
2015-06-11net: don't wait for order-3 page allocationShaohua Li2-2/+2
2015-06-11mpls: handle device renames for per-device sysctlsRobert Shearman1-0/+11
2015-06-11tcp: remove obsolete check in tcp_set_skb_tso_segs()Eric Dumazet1-3/+0
2015-06-11tcp: fill shinfo->gso_size at last momentEric Dumazet2-12/+8
2015-06-11tcp: tcp_set_skb_tso_segs() no longer need struct sock parameterEric Dumazet1-16/+14
2015-06-11tcp: fill shinfo->gso_type at last momentEric Dumazet2-9/+3