aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-17atm: use const where reasonableMitchell Blank Jr
2008-06-17atm: [suni] add support for setting loopback and framing modesChas Williams
2008-06-17atm: [iphase] move struct suni_priv to suni.hJorge Boncompte [DTI2]
2008-06-17bridge: fix IPV6=n buildRandy Dunlap
2008-06-17bridge: make bridge address settings stickyStephen Hemminger
2008-06-17bridge: handle process all link-local framesStephen Hemminger
2008-06-17sctp: fix error path in sctp_proc_initPavel Emelyanov
2008-06-17netfilter: nf_conntrack_h323: fix module unload crashPatrick McHardy
2008-06-17netfilter: nf_conntrack_h323: fix memory leak in module initialization error ...Patrick McHardy
2008-06-17netfilter: nf_nat: fix RCU racesPatrick McHardy
2008-06-17netrom: Kill spurious NULL'ing of sk->sk_socket.David S. Miller
2008-06-17x25: Use sock_orphan() instead of open-coded (and buggy) variant.David S. Miller
2008-06-17econet: Use sock_orphan() instead of open-coded (and buggy) variant.David S. Miller
2008-06-17x25: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller
2008-06-17rose: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller
2008-06-17netrom: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller
2008-06-17ax25: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller
2008-06-17llc: Use sock_graft() instead of by-hand version.David S. Miller
2008-06-17net: Kill SOCK_SLEEP_PRE and SOCK_SLEEP_POST, no users.David S. Miller
2008-06-17decnet: Remove SOCK_SLEEP_{PRE,POST} usage.David S. Miller
2008-06-17sctp: Kill SCTP_SOCK_SLEEP_{PRE,POST}, unused.David S. Miller
2008-06-16wext: Emit event stream entries correctly when compat.David S. Miller
2008-06-16wext: Create IW_REQUEST_FLAG_COMPAT and set it as needed.David S. Miller
2008-06-16wext: Remove compat handling from fs/compat_ioctl.cDavid S. Miller
2008-06-16wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.cDavid S. Miller
2008-06-16wext: Pull top-level ioctl dispatch logic into helper function.David S. Miller
2008-06-16wext: Pass iwreq pointer down into standard/private handlers.David S. Miller
2008-06-16wext: Parameterize the standard/private handlers.David S. Miller
2008-06-16wext: Pull ioctl permission checking out into helper function.David S. Miller
2008-06-16wext: Extract private call iw_point handling into seperate functions.David S. Miller
2008-06-16wext: Extract standard call iw_point handling into seperate function.David S. Miller
2008-06-16wext: Make adjust_priv_size() take a "struct iw_point *".David S. Miller
2008-06-16wext: Remove inline from get_priv_size() and adjust_priv_size().David S. Miller
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-16atm: [he] send idle cells instead of unassigned when in SDH modeChas Williams
2008-06-16atm: [he] limit queries to the device's register spaceRobert T. Johnson
2008-06-16atm: [br2864] fix routed vcmux supportEric Kinzie
2008-06-16atm: [he] only support suni driver on multimode interfacesChas Williams
2008-06-16atm: [iphase] doesn't call phy->start due to a bogus #ifndefJorge Boncompte [DTI2]
2008-06-16atm: [iphase] set drvdata before enabling interruptsJorge Boncompte [DTI2]
2008-06-16atm: [br2684] Fix oops due to skb->dev being NULLJorge Boncompte [DTI2]
2008-06-16netns: introduce the net_hash_mix "salt" for hashesPavel Emelyanov
2008-06-16inet6: add struct net argument to inet6_ehashfnPavel Emelyanov
2008-06-16inet: add struct net argument to inet_ehashfnPavel Emelyanov
2008-06-16inet: add struct net argument to inet_lhashfnPavel Emelyanov
2008-06-16inet: add struct net argument to inet_bhashfnPavel Emelyanov
2008-06-16udp: add struct net argument to udp_hashfnPavel Emelyanov
2008-06-16udp: provide a struct net pointer for __udp[46]_lib_mcast_deliverPavel Emelyanov
2008-06-16udp: introduce a udp_hashfn functionPavel Emelyanov
2008-06-16ipv4: Remove unused definitions in net/ipv4/tcp_ipv4.c.Rami Rosen