aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | netfilter: remove unused headers in net/ipv6/netfilter/ip6t_LOG.cZhitong Wang2010-03-191-1/+0
| * | | | netfilter: xt extensions: use pr_<level>Jan Engelhardt2010-03-1821-107/+88
| * | | | netfilter: xtables: replace custom duprintf with pr_debugJan Engelhardt2010-03-187-79/+41
| * | | | netfilter: xtables: do not print any messages on ENOMEMJan Engelhardt2010-03-184-17/+6
| * | | | netfilter: xtables: reduce holes in struct xt_targetJan Engelhardt2010-03-181-1/+1
| * | | | netfilter: xtables: remove almost-unused xt_match_param.data memberJan Engelhardt2010-03-182-6/+6
| * | | | netfilter: update documentation fields of x_tables.hJan Engelhardt2010-03-181-2/+8
| * | | | netfilter: xtables: make use of caller family rather than match familyJan Engelhardt2010-03-185-14/+14
| * | | | netfilter: xtables: resort osf kconfig textJan Engelhardt2010-03-181-13/+13
| * | | | netfilter: xtables: limit xt_mac to ethernet devicesJan Engelhardt2010-03-181-0/+3
| * | | | netfilter: xtables: clean up xt_mac match routineJan Engelhardt2010-03-181-8/+10
| * | | | netfilter: xtables: do without explicit XT_ALIGNJan Engelhardt2010-03-182-2/+2
| * | | | Merge branch 'master' of ../nf-2.6Patrick McHardy2010-03-184-22/+13
| |\ \ \ \
| | * | | | netfilter: net/netfilter/ipvs/ip_vs_ftp.c: Remove use of NIPQUADJoe Perches2010-03-151-2/+8
| | * | | | netfilter: remove stale declaration for ip6_masked_addrcmp()YOSHIFUJI Hideaki2010-03-081-4/+0
| | * | | | netfilter: ebt_ip6: Use ipv6_masked_addr_cmp()YOSHIFUJI Hideaki2010-03-081-14/+4
| | * | | | netfilter: include/linux/netfilter/nf_conntrack_tuple_common.h: Checkpatch cl...Andrea Gelmini2010-03-081-2/+1
| | * | | | Merge branch 'master' of /repos/git/linux-2.6Patrick McHardy2010-03-089477-279935/+657062
| | |\ \ \ \
| | * | | | | netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy2010-02-0810-47/+49
| | * | | | | netfilter: xtables: compat out of scope fixAlexey Dobriyan2010-02-083-6/+6
| | * | | | | netfilter: nf_conntrack: restrict runtime expect hashsize modificationsAlexey Dobriyan2010-02-041-1/+1
| | * | | | | netfilter: nf_conntrack: per netns nf_conntrack_cachepEric Dumazet2010-02-042-16/+25
| | * | | | | netfilter: nf_conntrack: fix memory corruption with multiple namespacesPatrick McHardy2010-02-031-12/+12
| * | | | | | netfilter: remove unused headers in net/netfilter/nfnetlink.cZhitong Wang2010-03-171-3/+0
| * | | | | | netfilter: xt_recent: check for unsupported user space flagsTim Gardner2010-03-172-0/+8
| * | | | | | netfilter: xt_recent: add an entry reaperTim Gardner2010-03-172-1/+31
| * | | | | | netfilter: xt_recent: remove old proc directoryJan Engelhardt2010-03-173-122/+0
| * | | | | | netfilter: xt_recent: update descriptionJan Engelhardt2010-03-171-1/+1
| * | | | | | netfilter: ebt_ip6: add principal maintainer in a MODULE_AUTHOR tagJan Engelhardt2010-03-171-0/+1
| * | | | | | netfilter: update my email addressJan Engelhardt2010-03-179-12/+8
| * | | | | | netfilter: xtables: schedule xt_NOTRACK for removalJan Engelhardt2010-03-171-0/+8
| * | | | | | netfilter: xtables: merge xt_CONNMARK into xt_connmarkJan Engelhardt2010-03-176-156/+116
| * | | | | | netfilter: xtables: merge xt_MARK into xt_markJan Engelhardt2010-03-176-82/+70
| * | | | | | netfilter: xtables: add comment markers to Xtables KconfigJan Engelhardt2010-03-171-0/+6
| * | | | | | netfilter: xt_NFQUEUE: consolidate v4/v6 targets into oneJan Engelhardt2010-03-171-28/+12
| * | | | | | netfilter: xt_CT: par->family is an nfprotoJan Engelhardt2010-03-171-2/+2
* | | | | | | net: trans_start cleanupsEric Dumazet2010-05-10168-314/+103
* | | | | | | Bluetooth: Fix issues where sk_sleep() helper is needed nowMarcel Holtmann2010-05-101-4/+4
* | | | | | | Bluetooth: Use strict_strtoul instead of simple_strtoulTomas Winkler2010-05-101-12/+6
* | | | | | | Bluetooth: Set hdev->dev_type based on Marvell device typeBing Zhao2010-05-102-0/+11
* | | | | | | Bluetooth: Separate btmrvl_register_hdev() from btmrvl_add_card()Bing Zhao2010-05-103-33/+50
* | | | | | | Bluetooth: Decode btmrvl MODULE_BRINGUP_REG response correctlyBing Zhao2010-05-102-3/+8
* | | | | | | Bluetooth: Fix storing negative values as unsigned charDan Carpenter2010-05-101-1/+1
* | | | | | | Bluetooth: Create per controller workqueueMarcel Holtmann2010-05-103-13/+19
* | | | | | | Bluetooth: Fix spec error in the RemoteBusy LogicGustavo F. Padovan2010-05-101-1/+2
* | | | | | | Bluetooth: Prevents buffer overflow on l2cap_ertm_reassembly_sdu()Gustavo F. Padovan2010-05-101-4/+4
* | | | | | | Bluetooth: Fix race condition on l2cap_ertm_send()Gustavo F. Padovan2010-05-102-33/+67
* | | | | | | Bluetooth: Add wait_queue to wait ack of all sent packetsGustavo F. Padovan2010-05-101-0/+34
* | | | | | | Bluetooth: Implement Local Busy Condition handlingGustavo F. Padovan2010-05-102-21/+172
* | | | | | | Bluetooth: Completes the I-frame tx_seq check logic on RECVJoão Paulo Rechi Vita2010-05-101-4/+36