aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-31[AF_UNIX]: Make code static.Adrian Bunk1-2/+28
2007-07-31[NETFILTER]: Make nf_ct_ipv6_skip_exthdr() static.Adrian Bunk1-2/+2
2007-07-31[PKTGEN]: make get_ipsec_sa() static and non-inlineAdrian Bunk1-2/+1
2007-07-31[IPV6]: ipv6_addr_type() doesn't know about RFC4193 addresses.Dave Johnson1-0/+3
2007-07-31[NET]: Fix prio_tune() handling of root qdisc.Peter P Waskiewicz Jr1-2/+4
2007-07-31[NET]: Fix sch_api to properly set sch->parent on the root.Patrick McHardy1-5/+12
2007-07-31[NET_SCHED]: Fix prio/ingress classification logic errorPatrick McHardy2-6/+4
2007-07-31[IPV4/IPV6]: Fail registration if inet device construction failsHerbert Xu2-6/+7
2007-07-31[NET]: Allow netdev REGISTER/CHANGENAME events to failHerbert Xu1-10/+52
2007-07-31[NET]: Take dev_base_lock when moving device name hash list entryHerbert Xu1-0/+4
2007-07-31[NET]: Call uninit if necessary in register_netdeviceHerbert Xu1-3/+8
2007-07-31[IPVS]: Use skb_forward_csumHerbert Xu1-1/+1
2007-07-31[PKTGEN]: Add missing KERN_* tags to printk()s.David S. Miller1-46/+57
2007-07-31[BLUETOOTH] l2cap: don't mangle cmd.lenAl Viro1-1/+0
2007-07-31[BLUETOOTH]: pass (host-endian) cmd length as explicit argument to l2cap_conf_req()Al Viro1-9/+11
2007-07-31[BLUETOOTH] l2cap: endianness annotationsAl Viro1-13/+14
2007-07-31[BLUETOOTH]: Fix endianness bug in l2cap_sock_listen()Al Viro1-1/+1
2007-07-31[IRDA]: Fix rfcomm use-after-freeMarcel Holtmann1-2/+3
2007-07-31[IPV6]: Don't update ADVMSS on routes where the MTU is not also updatedSimon Arlott1-2/+3
2007-07-31[TIPC]: fix tipc_link_create error handlingFlorian Westphal1-13/+15
2007-07-31[NET]: kernel-doc fixesRandy Dunlap1-5/+11
2007-07-31[TCP]: htcp - use measured rttStephen Hemminger1-4/+4
2007-07-31[TCP]: cubic - eliminate use of receive time stampStephen Hemminger1-28/+18
2007-07-31[TCP]: congestion control API pass RTT in microsecondsStephen Hemminger11-28/+38
2007-07-27[S390] Convert to smp_call_function_single.Heiko Carstens1-7/+8
2007-07-26net/* misc endianness annotationsAl Viro5-12/+10
2007-07-26ip6_tunnel - endianness annotationsAl Viro1-9/+8
2007-07-26netfilter endian regressionsAl Viro7-16/+19
2007-07-25Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz4-6/+6
2007-07-24[8021Q]: vlan_ioctl_handler: fix return valueAndrew Morton1-0/+2
2007-07-24[GENETLINK]: Correctly report errors while registering a multicast groupThomas Graf1-1/+1
2007-07-24[GENETLINK]: Fix adjustment of number of multicast groupsThomas Graf1-1/+1
2007-07-24[GENETLINK]: Fix race in genl_unregister_mc_groups()Thomas Graf1-8/+16
2007-07-24[NETFILTER]: Clean up duplicate includes in net/netfilter/Jesper Juhl4-4/+0
2007-07-24[NETFILTER]: Clean up duplicate includes in net/bridge/Jesper Juhl2-2/+0
2007-07-24[NETFILTER]: Fix logging regressionPatrick McHardy4-18/+8
2007-07-24[TCPv6] MD5SIG: Ensure to reset allocation count to avoid panic.YOSHIFUJI Hideaki1-0/+1
2007-07-24nfsd: fix possible oops on re-insertion of rpcsec_gss modulesJ. Bruce Fields1-4/+5
2007-07-229p: Don't use binary sysctl numbers.Eric W. Biederman1-13/+8
2007-07-21[NET]: Add missing entries to family name tablesDavid Howells1-1/+2
2007-07-21[IPV6]: endianness bug in ip6_tunnelAl Viro1-2/+2
2007-07-21[IrDA] Typo fix in irnetlink.c copyrightSamuel Ortiz1-1/+1
2007-07-20[NET]: Fix loopback crashes when multiqueue is enabled.Patrick McHardy1-2/+2
2007-07-20[IPV4]: Fix inetpeer gcc-4.2 warningsPatrick McHardy1-2/+2
2007-07-20ANSIfy a couple of functions in netfilterAl Viro1-2/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt33-42/+41
2007-07-19missed cong_avoid() instanceAl Viro1-1/+1
2007-07-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6Linus Torvalds4-0/+96
2007-07-19SUNRPC: move bkl locking and xdr proc invocation into a common helperJ. Bruce Fields2-27/+7
2007-07-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds32-221/+560