aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | USB: add support for Motorola ROKR Z6 cellphone in mass storage modeConstantin Baranov2008-03-241-1/+3
| | * | | | USB: new quirk flag to avoid Set-InterfaceAlan Stern2008-03-241-0/+3
| * | | | | PCI: revert "pcie: utilize pcie transaction pending bit"Andrew Morton2008-03-241-4/+0
| |/ / / /
| * | | | libata: implement ata_qc_raw_nbytes()Tejun Heo2008-03-241-1/+7
| * | | | PNP: increase the number of PnP memory resources from 12 to 24Darren Salt2008-03-221-1/+1
| * | | | sched: add arch_update_cpu_topology hook.Heiko Carstens2008-03-211-0/+2
| * | | | sched: add exported arch_reinit_sched_domains() to header file.Heiko Carstens2008-03-211-0/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-212-5/+5
| |\ \ \ \
| * | | | | file capabilities: remove cap_task_kill()Serge Hallyn2008-03-201-2/+1
| * | | | | memstick: automatically retrieve "INT" value from command responseAlex Dubov2008-03-191-1/+0
| * | | | | fs: fix kernel-doc notation warningsRandy Dunlap2008-03-191-9/+2
| * | | | | rcu: fix misplaced mb() in rcu_enter/exit_nohz()Paul E. McKenney2008-03-191-2/+2
| * | | | | sched: tune multi-core idle balancingIngo Molnar2008-03-191-1/+0
| * | | | | sched: improve affine wakeupsIngo Molnar2008-03-191-0/+3
| * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-03-182-99/+0
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | The ps2esdi driver was marked as BROKEN more than two years ago due to beingAdrian Bunk2008-03-172-99/+0
* | | | | | [NETNS]: Declare init_net even without CONFIG_NET defined.Denis V. Lunev2008-04-031-4/+0
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-021-2/+4
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | net: Comment dev_kfree_skb_irq and dev_kfree_skb_any betterMatti Linnanvuori2008-03-281-2/+4
* | | | | | [NETNS]: Do not include net/net_namespace.h from seq_file.hDenis V. Lunev2008-04-022-22/+27
| |_|_|_|/ |/| | | |
* | | | | [NET]: Fix allnoconfig build on powerpc and avr32David S. Miller2008-03-311-0/+2
* | | | | drivers/net/arcnet/arcnet.c: use time_* macrosS.Caglar Onur2008-03-281-2/+2
* | | | | [LIB]: Drop the pcounter itself.Pavel Emelyanov2008-03-281-74/+0
* | | | | [NET]: Protect device namespace inlines with CONFIG_NETDavid S. Miller2008-03-281-0/+2
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-271-2/+4
|\ \ \ \ \ | |/ / / /
| * | | | [NET]: Use local_irq_{save,restore}() in napi_complete().David S. Miller2008-03-271-2/+4
| | |_|/ | |/| |
* | | | [NET]: uninline skb_trim, de-bloatsIlpo Järvinen2008-03-271-15/+1
* | | | [NET]: uninline skb_push, de-bloats a lotIlpo Järvinen2008-03-271-18/+1
* | | | [NET]: uninline dev_alloc_skb, de-bloats a lotIlpo Järvinen2008-03-271-16/+1
* | | | [NET]: uninline skb_pull, de-bloats a lotIlpo Järvinen2008-03-271-15/+1
* | | | [NET]: uninline skb_put, de-bloats a lotIlpo Järvinen2008-03-271-20/+1
* | | | [NETNS]: Compile NET /proc support only if CONFIG_NET is set.Denis V. Lunev2008-03-271-0/+2
* | | | [VLAN]: Reduce memory consumed by vlan_groupsPavel Emelyanov2008-03-261-1/+1
* | | | [NETNS]: Compilation warnings under CONFIG_NET_NS.Denis V. Lunev2008-03-261-1/+1
* | | | [NETNS]: Compilation fix for include/linux/netdevice.h.Denis V. Lunev2008-03-261-1/+1
* | | | [NETFILTER]: nf_conntrack_sip: RTP routing optimizationPatrick McHardy2008-03-251-0/+6
* | | | [NETFILTER]: nf_conntrack_sip: support multiple media channelsPatrick McHardy2008-03-251-0/+14
* | | | [NETFILTER]: nf_nat_sip: split up SDP manglingPatrick McHardy2008-03-251-5/+20
* | | | [NETFILTER]: nf_conntrack_sip: create RTCP expectationsPatrick McHardy2008-03-251-1/+2
* | | | [NETFILTER]: nf_conntrack_sip: create signalling expectationsPatrick McHardy2008-03-251-0/+18
* | | | [NETFILTER]: nf_conntrack_sip: introduce URI and header parameter parsing hel...Patrick McHardy2008-03-251-0/+10
* | | | [NETFILTER]: nf_conntrack_sip: support method specific request/response handlingPatrick McHardy2008-03-251-0/+20
* | | | [NETFILTER]: nf_nat_sip: get rid of text based header translationPatrick McHardy2008-03-251-1/+2
* | | | [NETFILTER]: nf_conntrack_sip: introduce SIP-URI parsing helperPatrick McHardy2008-03-251-0/+5
* | | | [NETFILTER]: nf_conntrack_sip: parse SIP headers properlyPatrick McHardy2008-03-251-15/+15
* | | | [NETFILTER]: nf_conntrack_sip: kill request URI "header" definitionsPatrick McHardy2008-03-251-2/+3
* | | | [NETFILTER]: nf_conntrack_sip: add seperate SDP header parsing functionPatrick McHardy2008-03-251-6/+43
* | | | [NETFILTER]: nf_conntrack_sip: remove redundant function argumentsPatrick McHardy2008-03-251-5/+2
* | | | [NETFILTER]: nf_conntrack_sip: adjust dptr and datalen after packet manglingPatrick McHardy2008-03-251-2/+4
* | | | [NETFILTER]: Add nf_inet_addr_cmp()Patrick McHardy2008-03-251-0/+9