aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 53Thomas Gleixner1-3/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-07-24decnet: whitespace fixesStephen Hemminger2-2/+0
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal1-1/+1
2017-06-08decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skbMateusz Jurczyk1-1/+3
2017-06-08Revert "decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skb"David S. Miller1-3/+1
2017-06-08decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skbMateusz Jurczyk1-1/+3
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+2
2017-04-26netfilter: decnet: only register hooks in init namespaceFlorian Westphal1-2/+2
2017-04-13netlink: extended ACK reportingJohannes Berg1-1/+1
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman1-1/+1
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller1-3/+1
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy1-1/+1
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-6/+6
2013-01-11net/decnet/netfilter: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso1-2/+1
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso1-3/+5
2012-06-26decnet: dn_rtmsg: Move away from NLMSG_PUT().David S. Miller1-10/+10
2012-06-07netfilter: decnet: switch hook PFs to nfprotoAlban Crequy1-1/+1
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-2/+1
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris1-1/+1
2011-07-01decnet: Reduce switch/case indentJoe Perches1-9/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-01-28[NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev1-2/+2
2008-01-28[NETFILTER]: Add CONFIG_NETFILTER_ADVANCED optionPatrick McHardy1-0/+1
2008-01-28[NETFILTER]: Mark hooks __read_mostlyPatrick McHardy1-1/+1
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-2/+2
2007-10-10[NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev1-12/+2
2007-10-10[NET]: Support multiple network namespaces with netlinkEric W. Biederman1-1/+2
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy1-1/+1
2007-04-25[SK_BUFF]: Some more conversions to skb_copy_from_linear_dataArnaldo Carvalho de Melo1-1/+1
2007-04-25[NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-02-10[NET] DECNET: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2006-06-29[NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel1-1/+1
2006-03-28[NETFILTER]: Rename init functions.Andrew Morton1-4/+4
2006-01-11netfilter: headers included twiceNicolas Kaiser1-2/+0
2005-08-29[DECNET]: Fix build after netlink changes.Andrew Morton1-2/+3
2005-08-29[NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy1-2/+2
2005-08-29[NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy1-3/+3
2005-08-29[NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte1-1/+3
2005-05-03[NETLINK]: Fix infinite loops in synchronous netlink changes.David S. Miller1-1/+1
2005-05-03[NETLINK]: Synchronous message processing.Herbert Xu1-1/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds3-0/+188