aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-14328-8111/+16882
|\
| * Phonet: back-end for autoconfigured addressesRémi Denis-Courmont2009-09-111-1/+25
| * Phonet: fix netlink address dump error handlingRémi Denis-Courmont2009-09-111-1/+1
| * ipv6: Add IFA_F_DADFAILED flagBrian Haley2009-09-111-5/+7
| * net: Add DEVTYPE support for Ethernet based devicesMarcel Holtmann2009-09-113-0/+16
| * net: force bridge module(s) to be GPLStephen Hemminger2009-09-111-2/+2
| * Subject: [PATCH] appletalk: Fix skb leak when ipddp interface is not loadedArnaldo Carvalho de Melo2009-09-112-28/+35
| * net: unix: fix sending fds in multiple buffersMiklos Szeredi2009-09-111-1/+4
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-09-1045-1040/+348
| |\
| | * netfilter: ebt_ulog: fix checkentry return valuePatrick McHardy2009-09-011-1/+1
| | * IPVS: Add handling of incoming ICMPV6 messagesJulius Volz2009-08-311-6/+17
| | * netfilter: ip6t_eui: fix read outside array boundsPatrick McHardy2009-08-311-7/+2
| | * netfilter: nf_conntrack: netns fix re reliable conntrack event deliveryAlexey Dobriyan2009-08-311-3/+3
| | * ipvs: Use atomic operations atomiclySimon Horman2009-08-312-6/+7
| | * netfilter: nfnetlink: constify message attributes and headersPatrick McHardy2009-08-257-33/+52
| | * netlink: constify nlmsghdr argumentsPatrick McHardy2009-08-252-2/+2
| | * netfilter: nf_conntrack: log packets dropped by helpersPatrick McHardy2009-08-252-2/+10
| | * netfilter: bridge: refcount fixEric Dumazet2009-08-241-1/+1
| | * netfilter: nf_nat: fix inverted logic for persistent NAT mappingsMaximilian Engelhardt2009-08-241-1/+1
| | * netfilter: xtables: mark initial tables constantJan Engelhardt2009-08-2417-32/+37
| | * Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2009-08-1026-920/+204
| | |\
| | | * netfilter: xtables: check for standard verdicts in policiesJan Engelhardt2009-08-103-6/+57
| | | * netfilter: xtables: check for unconditionality of policiesJan Engelhardt2009-08-103-14/+21
| | | * netfilter: xtables: ignore unassigned hooks in check_entry_size_and_hooksJan Engelhardt2009-08-103-3/+12
| | | * netfilter: xtables: use memcmp in unconditional checkJan Engelhardt2009-08-103-23/+9
| | | * netfilter: iptables: remove unused datalen variableJan Engelhardt2009-08-101-4/+0
| | | * netfilter: xtables: switch table AFs to nfprotoJan Engelhardt2009-08-109-9/+9
| | | * netfilter: xtables: switch hook PFs to nfprotoJan Engelhardt2009-08-1011-36/+36
| | | * netfilter: conntrack: switch hook PFs to nfprotoJan Engelhardt2009-08-102-10/+10
| | | * netfilter: xtables: remove xt_owner v0Jan Engelhardt2009-08-101-118/+12
| | | * netfilter: xtables: remove xt_mark v0Jan Engelhardt2009-08-101-76/+10
| | | * netfilter: xtables: remove xt_iprange v0Jan Engelhardt2009-08-101-43/+2
| | | * netfilter: xtables: remove xt_conntrack v0Jan Engelhardt2009-08-101-154/+1
| | | * netfilter: xtables: remove xt_connmark v0Jan Engelhardt2009-08-101-90/+11
| | | * netfilter: xtables: remove xt_MARK v0, v1Jan Engelhardt2009-08-101-154/+9
| | | * netfilter: xtables: remove xt_CONNMARK v0Jan Engelhardt2009-08-101-123/+11
| | | * netfilter: xtables: remove xt_TOS v0Jan Engelhardt2009-08-102-63/+0
| | * | netfilter: ebtables: Use %pM conversion specifierTobias Klauser2009-08-101-22/+7
| | * | netfilter: nf_conntrack: add SCTP support for SO_ORIGINAL_DSTRafael Laufer2009-08-101-4/+4
| | |/
| * | net_sched: fix estimator lock selection for mq child qdiscsPatrick McHardy2009-09-092-16/+27
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-09-092-8/+44
| |\ \
| | * | cfg80211: allow scanning on specified frequencies when using wext-compatibilityHolger Schurig2009-09-091-7/+34
| | * | wireless: update cfg80211 kconfig entryLuis R. Rodriguez2009-09-081-1/+10
| * | | headers: net/ipv[46]/protocol.c header trimAlexey Dobriyan2009-09-092-30/+4
| |/ /
| * | net_sched: add classful multiqueue dummy schedulerDavid S. Miller2009-09-064-13/+273
| * | net_sched: move dev_graft_qdisc() to sch_generic.cPatrick McHardy2009-09-062-26/+25
| * | net_sched: reintroduce dev->qdisc for use by sch_apiPatrick McHardy2009-09-064-48/+31
| * | net_sched: remove some unnecessary checks in classful schedulersPatrick McHardy2009-09-067-67/+37
| * | net_sched: make cls_ops->change and cls_ops->delete optionalPatrick McHardy2009-09-067-85/+6
| * | net_sched: make cls_ops->tcf_chain() optionalPatrick McHardy2009-09-063-12/+5