aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_g...Joerg Marx2010-05-201-1/+1
* Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2010-05-111-26/+19
|\
| * netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt2010-05-111-1/+4
| * netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt2010-05-111-1/+1
| * netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-2/+0
| * netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt2010-05-111-25/+17
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-1015-58/+113
|\ \
| * \ Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-05-1056-347/+808
| |\ \ | | |/ | |/|
| * | netfilter: x_tables: rectify XT_FUNCTION_MAXNAMELEN usageJan Engelhardt2010-04-271-8/+6
| * | netfilter: nf_conntrack: extend with extra stat counterJesper Dangaard Brouer2010-04-231-0/+1
| * | netfilter: bridge-netfilter: fix refragmenting IP traffic encapsulated in PPP...Bart De Schuymer2010-04-201-0/+7
| * | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-20152-586/+2672
| |\ \
| * | | netfilter: xt_TEE: resolve oif using netdevice notifiersPatrick McHardy2010-04-201-0/+3
| * | | netfilter: xtables: make ip_tables reentrantJan Engelhardt2010-04-191-0/+7
| * | | netfilter: xtables: inclusion of xt_TEEJan Engelhardt2010-04-192-0/+10
| * | | netfilter: bridge-netfilter: Fix MAC header handling with IP DNATBart De Schuymer2010-04-152-1/+18
| * | | netfilter: bridge-netfilter: simplify IP DNATBart De Schuymer2010-04-151-3/+14
| * | | netfilter: ipv6: add IPSKB_REROUTED exclusion to NF_HOOK/POSTROUTING invocationJan Engelhardt2010-04-131-0/+1
| * | | Restore __ALIGN_MASK()Alexey Dobriyan2010-04-131-0/+1
| * | | netfilter: xtables: make XT_ALIGN() usable in exported headers by exporting _...Alexey Dobriyan2010-04-132-5/+6
| * | | netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt2010-03-251-2/+2
| * | | netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt2010-03-251-1/+1
| * | | netfilter: xtables: consolidate code into xt_request_find_matchJan Engelhardt2010-03-251-0/+2
| * | | 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-181-3/+0
| * | | netfilter: update documentation fields of x_tables.hJan Engelhardt2010-03-181-2/+8
| * | | Merge branch 'master' of ../nf-2.6Patrick McHardy2010-03-182-6/+1
| |\ \ \
| | * | | netfilter: remove stale declaration for ip6_masked_addrcmp()YOSHIFUJI Hideaki2010-03-081-4/+0
| | * | | netfilter: include/linux/netfilter/nf_conntrack_tuple_common.h: Checkpatch cl...Andrea Gelmini2010-03-081-2/+1
| * | | | netfilter: xt_recent: check for unsupported user space flagsTim Gardner2010-03-171-0/+3
| * | | | netfilter: xt_recent: add an entry reaperTim Gardner2010-03-171-0/+4
| * | | | netfilter: xtables: merge xt_CONNMARK into xt_connmarkJan Engelhardt2010-03-172-21/+12
| * | | | netfilter: xtables: merge xt_MARK into xt_markJan Engelhardt2010-03-172-5/+5
* | | | | Bluetooth: Create per controller workqueueMarcel Holtmann2010-05-101-0/+2
* | | | | Bluetooth: Fix race condition on l2cap_ertm_send()Gustavo F. Padovan2010-05-101-0/+1
* | | | | Bluetooth: Implement Local Busy Condition handlingGustavo F. Padovan2010-05-101-0/+6
* | | | | Bluetooth: Make hci_send_acl() voidGustavo F. Padovan2010-05-101-1/+1
* | | | | Bluetooth: Enable option to configure Max Transmission value via sockoptGustavo F. Padovan2010-05-101-0/+2
* | | | | Bluetooth: Change acknowledgement to use the value of txWindowGustavo F. Padovan2010-05-101-2/+1
* | | | | Bluetooth: Add sockopt configuration for txWindow on L2CAPGustavo F. Padovan2010-05-101-0/+2
* | | | | Bluetooth: Fix configuration of the MPS valueGustavo F. Padovan2010-05-101-1/+2
* | | | | Bluetooth: Add timer to Acknowledge I-framesGustavo F. Padovan2010-05-101-0/+4
* | | | | Bluetooth: Implement 'Send IorRRorRNR' eventGustavo F. Padovan2010-05-101-9/+11
* | | | | Bluetooth: Make hci_send_sco() voidGustavo F. Padovan2010-05-101-1/+1
| |_|_|/ |/| | |
* | | | ipv4: remove ip_rt_secret timer (v4)Neil Horman2010-05-081-1/+0
* | | | net: Increase NET_SKB_PAD to 64 bytesEric Dumazet2010-05-061-1/+4
* | | | netpoll: Use 'bool' for netpoll_rx() return type.David S. Miller2010-05-061-4/+4
* | | | netpoll: add generic support for bridge and bonding devicesWANG Cong2010-05-064-0/+9
* | | | Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostDavid S. Miller2010-05-061-0/+2
|\ \ \ \
| * | | | tun: add ioctl to modify vnet header sizeMichael S. Tsirkin2010-05-031-0/+2