summaryrefslogtreecommitdiffstats
path: root/security (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-16bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov4-8/+19
2015-06-16bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov9-14/+178
2015-06-15netfilter: nf_tables_netdev: unregister hooks on net_device removalPablo Neira Ayuso3-4/+94
2015-06-15netfilter: nf_tables: add nft_register_basechain() and nft_unregister_basecha...Pablo Neira Ayuso1-15/+37
2015-06-15netfilter: nf_tables: attach net_device to basechainPablo Neira Ayuso3-41/+46
2015-06-15netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet5-30/+19
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 Kadlecsik23-295/+327
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 Kadlecsik4-50/+66
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 de...Jozsef Kadlecsik1-15/+34
2015-06-14netfilter: ipset: Fix parallel resizing and listing of the same setJozsef Kadlecsik3-20/+66
2015-06-14netfilter: ipset: Fix cidr handling for hash:*net* typesJozsef Kadlecsik8-36/+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-14netfilter: ipset: Use MSEC_PER_SEC consistentlyJozsef Kadlecsik1-2/+2
2015-06-13tcp: tcp_v6_connect() cleanupEric Dumazet1-2/+0
2015-06-13flow_dissector: fix ipv6 dst, hop-by-hop and routing ext hdrsEric Dumazet2-6/+9
2015-06-13Fix Cavium Liquidio build related errors and warningsRaghu Vatsavayi8-19/+26
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-12Doc: networking: Fix URL for wiki.wireshark.org in udplite.txtMasanari Iida1-1/+1
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 Westphal5-149/+57
2015-06-12netfilter: xtables: use percpu rule countersFlorian Westphal4-14/+129
2015-06-12netfilter: bridge: restore vlan tag when refragmentingFlorian Westphal1-0/+10
2015-06-12net: ip_fragment: remove BRIDGE_NETFILTER mtu special handlingFlorian Westphal3-11/+7
2015-06-12netfilter: bridge: forward IPv6 fragmented packetsBernhard Thaler4-42/+108
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 Thaler3-14/+8
2015-06-12netfilter: bridge: detect NAT66 correctly and change MAC addressBernhard Thaler4-10/+53
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-12iommu/vt-d: Only enable extended context tables if PASID is supportedDavid Woodhouse2-3/+21
2015-06-12md: make sure MD_RECOVERY_DONE is clear before starting recovery/resyncNeilBrown3-0/+3
2015-06-12md: Close race when setting 'action' to 'idle'.NeilBrown1-5/+6
2015-06-12md: don't return 0 from array_state_storeNeilBrown1-1/+1
2015-06-12net: don't wait for order-3 page allocationShaohua Li2-2/+2
2015-06-12mpls: handle device renames for per-device sysctlsRobert Shearman1-0/+11
2015-06-12tcp: remove obsolete check in tcp_set_skb_tso_segs()Eric Dumazet1-3/+0