summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller18-335/+455
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller60-272/+828
2008-05-15net: handle errors from device_renameStephen Hemminger1-1/+5
2008-05-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds10-95/+524
2008-05-15net/irda/irnet/irnet_irda.c needs unaligned.hAndrew Morton1-0/+1
2008-05-159p: fix error path during early mountEric Van Hensbergen4-20/+23
2008-05-159p: make cryptic unknown error from server less scaryEric Van Hensbergen1-2/+2
2008-05-159p: fix flags length in netSteven Rostedt2-3/+3
2008-05-159p: Correct fidpool creation failure in p9_client_createJosef 'Jeff' Sipek1-1/+1
2008-05-159p: use struct mutex instead of struct semaphoreJosef 'Jeff' Sipek1-9/+9
2008-05-159p: propagate parse_option changes to client and transportsEric Van Hensbergen2-14/+45
2008-05-159p: Documentation updatesEric Van Hensbergen7-46/+441
2008-05-15mac80211: Set IEEE80211_TXPD_REQ_TX_STATUS for all TX framesIvo van Doorn1-0/+5
2008-05-15wireless: Add missing locking to cfg80211_dev_renameEric W. Biederman1-5/+28
2008-05-15mac80211: make rx radiotap header more flexibleBruno Randolf1-62/+133
2008-05-15mac80211: use hardware flags for signal/noise unitsBruno Randolf8-25/+37
2008-05-15mac80211: fix queue constant confusionJohannes Berg1-2/+2
2008-05-15mac80211: proper STA info lockingJohannes Berg10-123/+179
2008-05-15mac80211: require four hardware queues for QoS/HTJohannes Berg3-10/+18
2008-05-15mac80211: tkip.c use kernel-provided infrastructureHarvey Harrison1-99/+46
2008-05-15wireless: use get/put_unaligned_* helpersHarvey Harrison2-10/+8
2008-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds31-83/+171
2008-05-14net: Fix typo in net/core/sock.c.Rami Rosen1-1/+1
2008-05-14netfilter: xt_iprange: module aliases for xt_iprangePhil Oester1-0/+2
2008-05-14netfilter: ctnetlink: dump conntrack ID in event messagesEric Leblond1-0/+3
2008-05-14irda: Fix a misalign access issue. (v2)Graf Yang3-7/+10
2008-05-14sctp: Fix use of uninitialized pointerPatrick McHardy1-3/+3
2008-05-14cipso: Relax too much careful cipso hash function.Pavel Emelyanov1-2/+2
2008-05-13tcp FRTO: work-around inorder receiversIlpo Järvinen1-4/+11
2008-05-13tcp FRTO: Fix fallback to conventional recoveryIlpo Järvinen1-1/+1
2008-05-13mac80211: Use skb_header_cloned() on TX path.David S. Miller1-2/+2
2008-05-13mac80211: assign needed_headroom/tailroom for netdevsJohannes Berg1-0/+9
2008-05-13net: Allow netdevices to specify needed head/tailroomJohannes Berg12-29/+25
2008-05-13mac80211: add missing newlines in printk()Pavel Roskin2-4/+5
2008-05-13mac80211: fix association with some APsHelmut Schaa1-14/+50
2008-05-13Fix potential scheduling while atomic in mesh_path_add.Pavel Emelyanov1-1/+2
2008-05-13Fix not checked kmalloc() result.Pavel Emelyanov1-1/+7
2008-05-13Fix GFP_KERNEL allocation under read lock.Pavel Emelyanov1-3/+3
2008-05-13mac80211: mesh hwmp: fix kfree(skb)Patrick McHardy1-1/+1
2008-05-13mac80211: fix access to null skbLuis Carlos Cobo1-3/+3
2008-05-13mac80211: fix incorrect mesh header lengthLuis Carlos Cobo2-6/+6
2008-05-13mac80211: Don't encrypt beaconsIvo van Doorn1-0/+1
2008-05-13mac80211: fix debugfs default key oopsJohannes Berg1-3/+12
2008-05-13fix irq flags in mac80211 codeSteven Rostedt1-2/+2
2008-05-13tipc: Fix race condition when creating socket or native portAllan Stephens4-13/+25
2008-05-13tipc: Enhancements to name table initializationAllan Stephens1-5/+2
2008-05-12sctp: Add address type check while process paramaters of ASCONF chunkWei Yongjun1-0/+13
2008-05-12sctp: Do not enable peer IPv6 address support on PF_INET socketWei Yongjun1-1/+2
2008-05-10sctp: add sctp/remaddr table to complete RFC remote address table OIDNeil Horman2-0/+144
2008-05-10sctp: Support the new specification of sctp_connectx()Vlad Yasevich1-11/+59