summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-01-251-0/+5
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| | * | | | | | | | | drm/ttm: Add a swap_notify callback.Thomas Hellstrom2010-01-141-0/+5
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-254-2/+11
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge git://git.infradead.org/~dwmw2/mtd-2.6.33Linus Torvalds2010-01-242-0/+18
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| | * | | | | | | | | mtd: Really add ARM pismo supportRussell King - ARM Linux2010-01-131-0/+17
| | * | | | | | | | | kmsg_dump: Dump on crash_kexec as wellKOSAKI Motohiro2009-12-311-0/+1
* | | | | | | | | | | CAPI: Rework locking of controller data structuresJan Kiszka2010-02-161-2/+3
* | | | | | | | | | | CAPI: Rework controller state notifierJan Kiszka2010-02-161-12/+5
* | | | | | | | | | | CAPI: Call a controller 'controller', not 'card'Jan Kiszka2010-02-161-1/+1
* | | | | | | | | | | net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman2010-02-162-2/+0
* | | | | | | | | | | net ipv4: Decouple ipv4 interface parameters from binary sysctl numbersEric W. Biederman2010-02-162-10/+36
* | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-02-1627-123/+260
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | netfilter: CONFIG_COMPAT: allow delta to exceed 32767Florian Westphal2010-02-151-1/+1
| * | | | | | | | | | | netfilter: ctnetlink: add zone supportPatrick McHardy2010-02-151-0/+2
| * | | | | | | | | | | netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy2010-02-158-7/+43
| * | | | | | | | | | | netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy2010-02-151-2/+2
| * | | | | | | | | | | netfilter: xtables: constify args in compat copying functionsJan Engelhardt2010-02-151-6/+6
| * | | | | | | | | | | netfilter: get rid of the grossness in netfilter.hJan Engelhardt2010-02-151-17/+28
| * | | | | | | | | | | netfilter: reduce NF_HOOK by one argumentJan Engelhardt2010-02-151-9/+5
| * | | | | | | | | | | netfilter: nf_conntrack: elegantly simplify nf_ct_exp_net()Alexey Dobriyan2010-02-121-5/+1
| * | | | | | | | | | | netfilter: nf_conntrack_sip: add T.38 FAX supportPatrick McHardy2010-02-112-1/+2
| * | | | | | | | | | | netfilter: nf_nat_sip: add TCP supportPatrick McHardy2010-02-111-0/+1
| * | | | | | | | | | | netfilter: nf_nat: support mangling a single TCP packet multiple timesPatrick McHardy2010-02-111-7/+25
| * | | | | | | | | | | netfilter: nf_conntrack_sip: add TCP supportPatrick McHardy2010-02-111-1/+2
| * | | | | | | | | | | netfilter: nf_conntrack_sip: pass data offset to NAT functionsPatrick McHardy2010-02-111-4/+10
| * | | | | | | | | | | netfilter: nf_conntrack: show helper and class in /proc/net/nf_conntrack_expectPatrick McHardy2010-02-111-0/+1
| * | | | | | | | | | | Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2010-02-104-0/+7
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | netfilter: xtables: generate initial table on-demandJan Engelhardt2010-02-103-0/+3
| | * | | | | | | | | | | netfilter: xtables: use xt_table for hook instantiationJan Engelhardt2010-02-101-0/+4
| * | | | | | | | | | | | netfilter: xtables: symmetric COMPAT_XT_ALIGN definitionAlexey Dobriyan2010-02-101-4/+9
| * | | | | | | | | | | | netfilter: xtables: consistent struct compat_xt_counters definitionAlexey Dobriyan2010-02-101-5/+1
| |/ / / / / / / / / / /
| * | | | | | | | | | | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-02-1084-284/+1078
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | netfilter: xtables: add CT targetPatrick McHardy2010-02-033-0/+21
| * | | | | | | | | | | | netfilter: nf_conntrack: support conntrack templatesPatrick McHardy2010-02-033-1/+11
| * | | | | | | | | | | | netfilter: ctnetlink: support selective event deliveryPatrick McHardy2010-02-032-31/+46
| * | | | | | | | | | | | netfilter: nf_conntrack: split up IPCT_STATUS eventPatrick McHardy2010-02-031-10/+11
| * | | | | | | | | | | | netfilter: add struct net * to target parametersPatrick McHardy2010-02-031-0/+2
| * | | | | | | | | | | | netfilter: ctnetlink: only assign helpers for matching protocolsPatrick McHardy2010-02-031-1/+1
| * | | | | | | | | | | | netfilter: xtables: CONFIG_COMPAT reduxAlexey Dobriyan2010-02-022-7/+14
| * | | | | | | | | | | | IPv6: reassembly: replace magic number with macro definitionsShan Wei2010-01-201-0/+2
| * | | | | | | | | | | | netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan2010-01-184-3/+4
| * | | | | | | | | | | | netfilter: xtables: add struct xt_mtchk_param::netAlexey Dobriyan2010-01-181-0/+1
| * | | | | | | | | | | | netfilter: netns: #ifdef ->iptable_security, ->ip6table_securityAlexey Dobriyan2010-01-182-0/+4
| * | | | | | | | | | | | netfilter: nfnetlink: netns supportAlexey Dobriyan2010-01-132-4/+6
| * | | | | | | | | | | | IPVS: Allow boot time change of hash sizeCatalin(ux) M. BOIE2010-01-051-11/+5
* | | | | | | | | | | | | ethtool: Fix includes build breakDavid S. Miller2010-02-141-1/+2
* | | | | | | | | | | | | net: Fix first line of kernel-doc for a few functionsBen Hutchings2010-02-142-3/+3
* | | | | | | | | | | | | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-02-143-47/+89
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | mac80211: Retry null data frame for power save.Vivek Natarajan2010-02-091-0/+6
| * | | | | | | | | | | | | mac80211: remove get_tx_stats() driver opKalle Valo2010-02-081-22/+0
OpenPOWER on IntegriCloud