summaryrefslogtreecommitdiff
path: root/net/ipv6/netfilter/ip6_queue.c
AgeCommit message (Expand)Author
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris
2011-11-29net: dont call jump_label_dec from irq contextEric Dumazet
2011-08-30netfilter: nf_queue: reject NF_STOLEN verdicts from userspaceFlorian Westphal
2011-07-29netfilter: ip_queue: Fix small leak in ipq_build_packet_message()Jesper Juhl
2011-06-16netfilter: fix looped (broad|multi)cast's MAC handlingNicolas Cavallari
2011-06-06netfilter: use unsigned variables for packet lengths in ip[6]_queue.Dave Jones
2010-06-09netfilter: ip6_queue: rwlock to spinlock conversionEric Dumazet
2010-05-13netfilter: remove unnecessary returns from void function()sJoe Perches
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-04-08netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in ip6_queueHerbert Xu
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman
2009-11-06netfilter: remove unneccessary checks from netlink notifiersPatrick McHardy
2009-11-04netfilter: remove synchronize_net() calls in ip_queue/ip6_queueEric Dumazet
2009-05-08netfilter: queue: use NFPROTO_ for queue callsitesJan Engelhardt
2009-03-16netfilter: auto-load ip6_queue module when socket openedScott James Remnant
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki
2008-06-09netfilter: {ip,ip6,nfnetlink}_queue: misc cleanupsRami Rosen
2008-04-29netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packetsArnaud Ebalard
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-27[NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-02-19[NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling pa...Patrick McHardy
2008-01-31[NETFILTER]: {ip,ip6}_queue: fix build errorPatrick McHardy
2008-01-28[NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev
2008-01-28[NETFILTER]: Switch to using ctl_paths in nf_queue and conntrack modulesPavel Emelyanov
2008-01-28[NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdictPatrick McHardy
2008-01-28[NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy
2008-01-28[NETFILTER]: ip6_queue: resync dev-index based flushingPatrick McHardy
2008-01-28[NETFILTER]: ip6_queue: deobfuscate entry lookupsPatrick McHardy
2008-01-28[NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entryPatrick McHardy
2008-01-28[NETFILTER]: nf_queue: move queueing related functions/struct to seperate headerPatrick McHardy
2008-01-28[NETFILTER]: nf_queue: remove unused data pointerPatrick McHardy
2008-01-28[NETFILTER]: nf_queue: make queue_handler constPatrick McHardy
2007-11-07[NETFILTER]: ip{,6}_queue: convert to seq_file interfaceAlexey Dobriyan
2007-10-15[NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu
2007-10-15[NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu
2007-10-10[NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev
2007-10-10[NET]: Wrap hard_header_parseStephen Hemminger
2007-10-10[NET]: Support multiple network namespaces with netlinkEric W. Biederman
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy
2007-04-25[NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo