summaryrefslogtreecommitdiff
path: root/net/bridge/netfilter
AgeCommit message (Expand)AuthorFilesLines
2006-02-05[NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_logPatrick McHardy1-3/+5
2006-02-05[NETFILTER]: ULOG/nfnetlink_log: Use better default value for 'nlbufsiz'Holger Eitzenberger1-1/+1
2006-01-18[EBTABLES]: Handle SCTP/DCCP in ebt_{ip,log}Patrick McHardy2-2/+6
2006-01-13[NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte1-0/+1
2006-01-12[NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn1-2/+2
2006-01-12[NET]: Some more missing include/etherdevice.h includesDavid S. Miller1-0/+1
2006-01-11[EBTABLES] Don't match tcp/udp source/destination port for IP fragmentsBart De Schuymer1-0/+3
2006-01-10[NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()Kris Katterjohn1-2/+2
2006-01-04[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+1
2006-01-04[NETFILTER] ebtables: Support nf_log API from ebt_log and ebt_ulogBart De Schuymer3-21/+110
2005-10-14[NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering.David S. Miller1-10/+17
2005-08-30[NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy1-1/+2
2005-08-30[NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy1-2/+2
2005-08-30[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy1-1/+1
2005-08-30[NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte1-1/+1
2005-08-30[NETFILTER]: reduce netfilter sk_buff enlargementHarald Welte1-3/+2
2005-07-20[NET]: BRIDGE_EBT_ARPREPLY must depend on INETAdrian Bunk1-1/+1
2005-06-28[EBTABLES]: Fix thinkos in ebt_log.cDavid S. Miller1-4/+2
2005-06-23[EBTABLES]: vfree() checking cleanupsJames Lamanna1-14/+7
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds22-0/+4139