summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-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-09sit: Add missing kfree_skb() on pskb_may_pull() failure.David S. Miller1-1/+1
2008-05-09tipc: Increase buffer header to support worst-case deviceAllan Stephens1-6/+5
2008-05-08net: Added ASSERT_RTNL() to dev_open() and dev_close().Ben Hutchings1-0/+4
2008-05-08can: Fix can_send() handling on dev_queue_xmit() failuresOliver Hartkopp1-4/+12
2008-05-08netns: Fix arbitrary net_device-s corruptions on net_ns stop.Pavel Emelyanov1-3/+5
2008-05-08netfilter: Kconfig: default DCCP/SCTP conntrack support to the protocol confi...Patrick McHardy1-0/+4
2008-05-08netfilter: nf_conntrack_sip: restrict RTP expect flushing on error to last re...Patrick McHardy1-9/+13
2008-05-08net/ipv4: correct RFC 1122 section reference in commentJ.H.M. Dassen (Ray)1-1/+1
2008-05-08tcp FRTO: SACK variant is errorneously used with NewRenoIlpo Järvinen1-5/+8
2008-05-06net_cls_act: act_simple dont ignore realloc codeJamal Hadi Salim1-8/+9
2008-05-06Revert "atm: Do not free already unregistered net device."David S. Miller1-0/+2
2008-05-06dccp: return -EINVAL on invalid feature lengthChris Wright1-1/+1
2008-05-05net_cls_act: Make act_simple use of netlink policy.Jamal Hadi Salim1-18/+16
2008-05-05ip: Use inline function dst_metric() instead of direct access to dst->metric[]Satoru SATOH4-24/+25
2008-05-05ip: Make use of the inline function dst_metric_locked()Satoru SATOH1-1/+1
2008-05-05atm: Bad locking on br2684_devs modifications.Pavel Emelyanov1-2/+2
2008-05-05atm: Do not free already unregistered net device.Pavel Emelyanov1-2/+0
2008-05-05mac80211: Do not free net device after it is unregistered.Pavel Emelyanov1-2/+5
2008-05-05bridge: Consolidate error paths in br_add_bridge().Pavel Emelyanov1-8/+8
2008-05-05bridge: Net device leak in br_add_bridge().Pavel Emelyanov1-1/+3
2008-05-04net: Fix useless comment reference loop.Johannes Berg1-1/+3
2008-05-04sch_htb: remove from event queue in htb_parent_to_leaf()Jarek Poplawski1-2/+6
2008-05-03rose: Wrong list_lock argument in rose_node seqopsBernard Pidoux1-4/+4
2008-05-03netns: Fix reassembly timer to use the right namespaceDaniel Lezcano1-1/+3
2008-05-03netns: Fix device renaming for sysfsDaniel Lezcano3-3/+10
2008-05-03bridge: forwarding table information for >256 devicesStephen Hemminger1-0/+4
2008-05-03dccp: ccid2.c, ccid3.c use clamp(), clamp_t()Harvey Harrison2-3/+3
2008-05-03net: remove NR_CPUS arrays in net/core/dev.cMike Travis1-4/+11
2008-05-03net: use get/put_unaligned_* helpersHarvey Harrison4-23/+21