aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_queue.c
Commit message (Expand)AuthorAgeFilesLines
...
* [NET]: Wrap hard_header_parseStephen Hemminger2007-10-101-7/+6
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-101-1/+2
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-101-0/+3
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-101-1/+1
* [NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystemYasuyuki Kozakai2007-07-101-3/+1
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+1
* [NETLINK]: Remove error pointer from netlink message handlerThomas Graf2007-04-251-3/+3
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-2/+2
* [NET]: convert network timestamps to ktime_tEric Dumazet2007-04-251-4/+4
* [NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki2007-02-121-42/+42
* [PATCH] mark struct file_operations const 8Arjan van de Ven2007-02-121-1/+1
* [NETFILTER]: nfnetlink_queue: allow changing queue length through netlinkEric Leblond2006-12-021-0/+8
* [NET]: Turn nfmark into generic markThomas Graf2006-12-021-4/+4
* [NETFILTER]: trivial annotationsAl Viro2006-12-021-5/+4
* [NETFILTER]: Use pskb_trim in {ip,ip6,nfnetlink}_queuePatrick McHardy2006-11-151-3/+4
* [NETFILTER] bug: skb->protocol is already net-endianAl Viro2006-11-051-1/+1
* [NETFILTER]: nfnetlink_queue: fix typo in error messagePatrick McHardy2006-09-221-2/+2
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-3/+3
* [NETFILTER]: ip_queue/nfnetlink_queue: drop bridge port references when dev d...Patrick McHardy2006-06-291-2/+10
* [NETFILTER]: Fix section mismatch warningsPatrick McHardy2006-04-091-18/+9
* [NETFILTER]: Rename init functions.Andrew Morton2006-03-281-4/+4
* [NETFILTER]: nfnetlink_queue: fix nfnetlink message sizePablo Neira Ayuso2006-03-221-9/+10
* [NETFILTER]: nfnetlink_queue: fix possible NULL-ptr dereferencePatrick McHardy2006-03-121-1/+5
* [NETFILTER]: nfnetlink_queue: fix packet marking over netlinkPatrick McHardy2006-02-041-1/+2
* [NETFILTER]: Decrease number of pointer derefs in nfnetlink_queue.cJesper Juhl2006-01-051-35/+44
* [NETFILTER]: Use macro for spinlock_t/rwlock_t initializations/definition.YOSHIFUJI Hideaki2006-01-041-1/+1
* [NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMINHarald Welte2005-11-141-6/+3
* [NETFILTER] nfnetlink: Use kzallocHarald Welte2005-11-051-4/+2
* [NET]: Fix packet timestamping.Herbert Xu2005-10-031-2/+2
* [NETFILTER]: Fix HW checksum handling in nfnetlink_queuePatrick McHardy2005-09-061-1/+7
* [NETFILTER] remove bogus hand-coded htonll() from nenetlink_queueHarald Welte2005-09-051-13/+2
* [NETFILTER]: net/netfilter/nfnetlink*: make functions staticAdrian Bunk2005-09-051-1/+1
* [NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy2005-08-291-3/+3
* [NETFILTER]: add /proc/net/netfilter interface to nf_queueHarald Welte2005-08-291-5/+7
* [NETFILTER]: add correct bridging support to nfnetlink_{queue,log}Harald Welte2005-08-291-0/+58
* [NETFILTER]: attribute count is an attribute of message type, not subsytemHarald Welte2005-08-291-1/+3
* [NETFILTER]: Add new "nfnetlink_log" userspace packet logging facilityHarald Welte2005-08-291-0/+1
* [NETFILTER]: Add refcounting and /proc/net/netfilter interface to nfnetlink_q...Harald Welte2005-08-291-28/+220
* [NETFILTER]: Add "nfnetlink_queue" netfilter queue handler over nfnetlinkHarald Welte2005-08-291-0/+877