summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2006-07-22[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris94-334/+154
2006-07-22[IrDA]: Use alloc_skb() in IrDA TX pathSamuel Ortiz12-35/+38
2006-07-22[I/OAT]: net/core/user_dma.c should #include <net/netdma.h>Adrian Bunk1-0/+1
2006-07-22[SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKedSridhar Samudrala5-22/+78
2006-07-22[SCTP]: Set chunk->data_accepted only if we are going to accept it.Sridhar Samudrala1-1/+2
2006-07-22[SCTP]: Verify all the paths to a peer via heartbeat before using them.Sridhar Samudrala6-19/+47
2006-07-22[SCTP]: Unhash the endpoint in sctp_endpoint_free().Vlad Yasevich1-5/+6
2006-07-22[SCTP]: Check for NULL arg to sctp_bucket_destroy().Sridhar Samudrala1-1/+1
2006-07-22[PKT_SCHED] netem: Fix slab corruption with netem (2nd try)Guillaume Chazarain1-1/+3
2006-07-22[IPV4]: Get rid of redundant IPCB->opts initialisationHerbert Xu6-7/+0
2006-07-17[NET] ethtool: fix oops by testing correct struct memberJeff Garzik1-1/+1
2006-07-15[PATCH] sch_htb compile fix.Dave Jones1-1/+1
2006-07-15[PKT_SCHED] HTB: initialize upper bound properlyStephen Hemminger1-2/+2
2006-07-15[IPV4]: Clear skb cb on IP inputStephen Hemminger1-0/+3
2006-07-14[NET]: Update frag_list in pskb_trimHerbert Xu1-26/+65
2006-07-13[NET]: fix __sk_stream_mem_reclaimIan McDonald1-9/+7
2006-07-13[Bluetooth] Fix deadlock in the L2CAP layerMarcel Holtmann1-9/+9
2006-07-13[Bluetooth] Let BT_HIDP depend on INPUTMarcel Holtmann1-2/+1
2006-07-13[Bluetooth] Remaining transitions to use kzalloc()Marcel Holtmann7-25/+16
2006-07-13[IPV4]: Fix error handling for fib_insert_node callHerbert Xu1-1/+1
2006-07-13[NETROM] lockdep: fix false positiveRalf Baechle1-0/+9
2006-07-13[ROSE] lockdep: fix false positiveRalf Baechle1-0/+9
2006-07-13[AX.25]: Optimize AX.25 socket list lockRalf Baechle3-13/+13
2006-07-13[IPCOMP]: Fix truesize after decompressionHerbert Xu2-2/+4
2006-07-13[IPV6]: Use ipv6_addr_src_scope for link address sorting.YOSHIFUJI Hideaki1-1/+2
2006-07-13[TCP] tcp_highspeed: Fix AI updates.Xiaoliang (David) Wei1-4/+9
2006-07-13[MAINTAINERS]: Add proper entry for TC classifierStephen Hemminger1-2/+0
2006-07-13[NETROM]: Drop lock before calling nr_destroy_socketRalf Baechle1-1/+1
2006-07-13[NETROM]: Fix locking order when establishing a NETROM circuit.Ralf Baechle1-6/+6
2006-07-13[AX.25]: Fix locking of ax25 protocol function list.Ralf Baechle1-9/+9
2006-07-13[IPV6]: order addresses by scopeBrian Haley1-3/+21
2006-07-11[DCCP]: Fix sparse warnings.Alan Cox1-2/+2
2006-07-11[TCP]: Remove TCP CompoundDavid S. Miller3-459/+0
2006-07-11[IPV4] inetpeer: Get rid of volatile from peer_totalHerbert Xu1-1/+1
2006-07-11[AX.25]: Get rid of the last volatile.Ralf Baechle1-1/+1
2006-07-09[AX.25]: Use kzallocRalf Baechle4-10/+4
2006-07-09[ATM] net/atm/clip.c: fix PROC_FS=n compileAdrian Bunk1-4/+9
2006-07-09[PKT_SCHED]: act_api: Fix module leak while flushing actionsThomas Graf1-1/+1
2006-07-09[NET]: Fix IPv4/DECnet routing rule dumpingPatrick McHardy2-3/+4
2006-07-09[NET] gso: Fix up GSO packets with broken checksumsHerbert Xu5-32/+166
2006-07-09[NET] gso: Add skb_is_gsoHerbert Xu6-8/+8
2006-07-09[ATM]: fix possible recursive locking in skb_migrate()Arjan van de Ven1-6/+11
2006-07-08[NET]: Fix network device interface printk message priorityStephen Hemminger1-3/+3
2006-07-06Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-8/+10
2006-07-06[PKT_SCHED]: Fix error handling while dumping actionsThomas Graf1-2/+4
2006-07-06[PKT_SCHED]: Return ENOENT if action module is unavailableThomas Graf1-0/+1
2006-07-06[PKT_SCHED]: Fix illegal memory dereferences when dumping actionsThomas Graf1-6/+5
2006-07-06Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds1-2/+1
2006-07-05[PATCH] softmac: fix build-break from 881ee6999d66c8fc903b429b73bbe6045b38c549John W. Linville1-2/+2
2006-07-05[PATCH] CONFIG_WIRELESS_EXT is neccessary after allHorms1-0/+2