summaryrefslogtreecommitdiffstats
path: root/Documentation/oops-tracing.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-18atm: [iphase] move struct suni_priv to suni.hJorge Boncompte [DTI2]3-16/+9
2008-06-18bridge: fix IPV6=n buildRandy Dunlap3-2/+4
2008-06-18bridge: make bridge address settings stickyStephen Hemminger3-0/+7
2008-06-18bridge: handle process all link-local framesStephen Hemminger1-8/+5
2008-06-18sctp: fix error path in sctp_proc_initPavel Emelyanov1-1/+1
2008-06-17netrom: Kill spurious NULL'ing of sk->sk_socket.David S. Miller1-2/+0
2008-06-17x25: Use sock_orphan() instead of open-coded (and buggy) variant.David S. Miller1-2/+1
2008-06-17econet: Use sock_orphan() instead of open-coded (and buggy) variant.David S. Miller1-3/+1
2008-06-17x25: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller1-5/+1
2008-06-17rose: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller1-5/+1
2008-06-17netrom: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller1-5/+1
2008-06-17ax25: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller1-5/+1
2008-06-17llc: Use sock_graft() instead of by-hand version.David S. Miller1-3/+1
2008-06-17net: Kill SOCK_SLEEP_PRE and SOCK_SLEEP_POST, no users.David S. Miller1-24/+0
2008-06-17decnet: Remove SOCK_SLEEP_{PRE,POST} usage.David S. Miller1-15/+15
2008-06-17sctp: Kill SCTP_SOCK_SLEEP_{PRE,POST}, unused.David S. Miller1-2/+0
2008-06-17atm: [he] send idle cells instead of unassigned when in SDH modeChas Williams1-0/+1
2008-06-17atm: [he] limit queries to the device's register spaceRobert T. Johnson1-1/+6
2008-06-17atm: [br2864] fix routed vcmux supportEric Kinzie1-32/+44
2008-06-17atm: [he] only support suni driver on multimode interfacesChas Williams2-10/+6
2008-06-17atm: [iphase] doesn't call phy->start due to a bogus #ifndefJorge Boncompte [DTI2]1-12/+11
2008-06-17atm: [iphase] set drvdata before enabling interruptsJorge Boncompte [DTI2]1-2/+2
2008-06-17atm: [br2684] Fix oops due to skb->dev being NULLJorge Boncompte [DTI2]1-1/+1
2008-06-17netns: introduce the net_hash_mix "salt" for hashesPavel Emelyanov5-5/+30
2008-06-17inet6: add struct net argument to inet6_ehashfnPavel Emelyanov2-5/+8
2008-06-17inet: add struct net argument to inet_ehashfnPavel Emelyanov2-5/+7
2008-06-17inet: add struct net argument to inet_lhashfnPavel Emelyanov3-4/+5
2008-06-17inet: add struct net argument to inet_bhashfnPavel Emelyanov4-9/+17
2008-06-17udp: add struct net argument to udp_hashfnPavel Emelyanov3-9/+9
2008-06-17udp: provide a struct net pointer for __udp[46]_lib_mcast_deliverPavel Emelyanov2-7/+14
2008-06-17udp: introduce a udp_hashfn functionPavel Emelyanov3-8/+13
2008-06-17ipv4: Remove unused definitions in net/ipv4/tcp_ipv4.c.Rami Rosen1-4/+0
2008-06-17raw: Restore /proc/net/raw correct behaviorEric Dumazet1-1/+1
2008-06-17net: Fix test for VLAN TX checksum offload capabilityBen Hutchings1-8/+26
2008-06-17sctp: Correclty set changeover_active for SFR-CACCVlad Yasevich1-2/+11
2008-06-17sctp: Correctly cleanup procfs entries upon failure.Wei Yongjun1-3/+12
2008-06-17tcp: Revert reset of deferred accept changes in 2.6.26David S. Miller1-3/+3
2008-06-17ipv6 sit: Avoid extra need for compat layer in PRL management.YOSHIFUJI Hideaki2-21/+25
2008-06-17pkt_sched: Change HTB_HYSTERESIS to a runtime parameter htb_hysteresis.Jesper Dangaard Brouer1-8/+15
2008-06-17pkt_sched: HTB scheduler, change default hysteresis mode to off.Jesper Dangaard Brouer1-1/+1
2008-06-15net: change proto destroy method to return voidBrian Haley16-30/+19
2008-06-14mac80211: eliminate IBSS warning in rate_lowest_index()Vladimir Koutny3-7/+20
2008-06-14mac80211: tkip.c use a local struct tkip_ctx in ieee80211_get_tkip_keyHarvey Harrison1-14/+16
2008-06-14mac80211: tkip.c fold ieee80211_gen_rc4key into its one callerHarvey Harrison1-21/+17
2008-06-14mac80211: tkip.c consolidate tkip IV writing in helperHarvey Harrison3-20/+17
2008-06-14mac80211: rx.c use new helpersHarvey Harrison1-12/+7
2008-06-14mac80211: wme.c use new helpersHarvey Harrison1-13/+5
2008-06-14mac80211: use new helpers in util.c - ieee80211_get_bssid()Harvey Harrison1-22/+19
2008-06-14mac80211: wpa.c use new access helpersHarvey Harrison1-47/+16
2008-06-14mac80211: add utility function to get header lengthHarvey Harrison2-0/+38