aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-2550-153/+156
* ipsec: ipcomp - Decompress into frags if necessaryHerbert Xu2008-07-251-6/+42
* ipsec: ipcomp - Merge IPComp implementationsHerbert Xu2008-07-257-606/+371
* pkt_sched: Fix locking in shutdown_scheduler_queue()David S. Miller2008-07-251-2/+2
* pkt_sched: sch_sfq: dump a real number of flowsJarek Poplawski2008-07-231-1/+8
* netfilter: make security table depend on NETFILTER_ADVANCEDPatrick McHardy2008-07-232-2/+2
* tcp: Clear probes_out more aggressively in tcp_ack().David S. Miller2008-07-231-2/+1
* net: Update entry in af_family_clock_key_stringsOliver Hartkopp2008-07-231-1/+1
* netdev: Remove warning from __netif_schedule().David S. Miller2008-07-231-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-2213-90/+115
|\
| * ipv6: icmp6_dst_gc return changeStephen Hemminger2008-07-222-8/+5
| * ipv6: use kcallocStephen Hemminger2008-07-221-3/+3
| * ipv6: use spin_trylock_bhStephen Hemminger2008-07-221-3/+1
| * ipv6: use round_jiffiesStephen Hemminger2008-07-221-2/+3
| * netns: dont alloc ipv6 fib timer listStephen Hemminger2008-07-221-27/+13
| * ipv6: make struct ipv6_devconf staticAdrian Bunk2008-07-221-1/+1
| * sctp: remove sctp_assoc_proc_exit()Adrian Bunk2008-07-221-5/+0
| * sctp: make sctp_outq_flush() staticAdrian Bunk2008-07-221-1/+3
| * pkt_sched: make qdisc_class_hash_alloc() staticAdrian Bunk2008-07-221-1/+1
| * netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller2008-07-224-6/+29
| * net: Fix build failure with 'make mandocs'.Dave Jones2008-07-221-26/+25
| * tcp: Fix bitmask test in tcp_syn_options()David S. Miller2008-07-211-1/+1
| * udplite: Protection against coverage value wrap-aroundGerrit Renker2008-07-211-0/+4
| * net: Print the module name as part of the watchdog messageArjan van de Ven2008-07-212-3/+23
| * net: use kcalloc in netdev_queue allocStephen Hemminger2008-07-211-2/+2
| * ipv6: use timer pendingStephen Hemminger2008-07-211-6/+6
* | bluetooth: remove improper bluetooth class symlinks.Greg Kroah-Hartman2008-07-211-7/+0
|/
* netfilter: nf_conntrack_sctp: fix sparse warningsPatrick McHardy2008-07-211-4/+4
* netfilter: nf_nat_sip: c= is optional for sessionHerbert Xu2008-07-211-13/+25
* netfilter: xt_TCPMSS: collapse tcpmss_reverse_mtu{4,6} into one functionJan Engelhardt2008-07-211-29/+13
* netfilter: nfnetlink_log: send complete hardware headerEric Leblond2008-07-211-0/+8
* netfilter: xt_time: fix time's time_mt()'s use of do_div()David Howells2008-07-211-1/+1
* netfilter: accounting rework: ct_extend + 64bit counters (v4)Krzysztof Piotr Oledzki2008-07-218-69/+173
* netfilter: nf_nat_core: eliminate useless find_appropriate_src for IP_NAT_RAN...Changli Gao2008-07-211-4/+4
* Revert "pkt_sched: Make default qdisc nonshared-multiqueue safe."David S. Miller2008-07-211-22/+77
* net: In __netif_schedule() use WARN_ON instead of BUG_ONLinus Torvalds2008-07-211-1/+2
* net: Improve simple_tx_hash().David S. Miller2008-07-211-13/+21
* pkt_sched: Remove unused variable skb in dev_deactivate_queue function.Daniel Lezcano2008-07-211-3/+0
* Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-07-2010-387/+331
|\
| * Merge branch 'for-bfields' of git://linux-nfs.org/~tomtucker/xprt-switch-2.6 ...J. Bruce Fields2008-07-03105-1426/+1391
| |\
| | * svcrdma: Change WR context get/put to use the kmem cacheTom Tucker2008-07-021-109/+12
| | * svcrdma: Create a kmem cache for the WR contextsTom Tucker2008-07-021-4/+19
| | * svcrdma: Add flush_scheduled_work to module exit functionTom Tucker2008-07-021-0/+1
| | * svcrdma: Limit ORD based on client's advertised IRDTom Tucker2008-07-021-4/+12
| | * svcrdma: Remove unneeded spin locks from __svc_rdma_freeTom Tucker2008-07-021-4/+0
| | * svcrdma: Add dma map count and WARN_ONTom Tucker2008-07-023-0/+9
| | * svcrdma: Move the DMA unmap logic to the CQ handlerTom Tucker2008-07-021-6/+14
| | * svcrdma: Use reply and chunk map for RDMA_READ processingTom Tucker2008-07-021-45/+38
| | * svcrdma: Use RPC reply map for RDMA_WRITE processingTom Tucker2008-07-022-88/+80
| | * svcrdma: Add a type for keeping NFS RPC mappingTom Tucker2008-07-022-0/+45